Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDownload the web version of Quartus II and Modelsim of Alteras website. Get your vhdl book and start coding. A good tip is to read about modelsim testbenches and start testing your blocks with Modelsim (vhdl/verilog simulator). This is the best way to learn.
Quartus is filled with templates of code how to do state machines, registers, counters and so on. This may help if you get stuck. //Ola