In this project we create a design that causes LEDs on the development board to blink at a speed that is controlled by an input button.
For the LED design, we will write Verilog HDL code for a simple 32-bit counter, add a phase-locked loop (PLL) megafunction as the clock source, and add a 2-input multiplexer megafunction. When the design is running on the board, we can press an input switch to multiplex the counter bits that drive the output LEDs.
This project needs Quartus II.
-
Download Quartus II from here. See Download and Installation Tutorial for Altera Quartus II Web Edition.
-
Clone the repository.
-
Compile the design in Quartus II.
-
That's all !