Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

simulate 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...