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++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

GUI design

Altera_Forum
Honored Contributor II
1,119 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
416 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