Forum Discussion
Altera_Forum
Honored Contributor
14 years agosimulate simple traffic light example (VHDL, DE2)
Hi, i wrote a simple VHDL traffic light program using a clock divider to get a 1hz clock which i think is helpfull. clockdivider: library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.S...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- The waveform will be generated in the simulator, but you still need to generate a clock and reset, and this is where the testbench comes in, --- Quote End --- ah okay .. so i can't just simulate the board inputs and the 50 mhz clock, which is hardwired on the altera de2? again thx for the quick answer