Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

GUI design

Altera_Forum
Honored Contributor II
1,109 Views

Hi, is it possible to design your own GUI using the tools in altera? if possible, can anyone teach me how to design a GUI? this is in line with my thesis about FPGA-based IDEA encryption and decryption interfaced to a SD card. can anyone help me, please.. thanks.

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
406 Views

It's possible to write one from scratch but I just use what's built into the .tcl infrastructure since it's not worth re-inventing the wheel. You can take a look at the SGDMA components in this design to get an idea what you can do: http://www.altera.com/support/examples/nios2/exm-modular-scatter-gather-dma.html 

 

9.1 has new features to make the GUIs look nicer but I haven't got around to using them yet. Typically I create a component in component editor first then hack up the .tcl afterwords. You can find the component .tcl API in chapter 7 of volume 4 of the Quartus II handbook. 

 

There are other examples in the custom IP section of this forum and on the Nios wiki as well if you want other examples like this one: http://www.nioswiki.com/systemconsole/programmablemaster
0 Kudos
Reply