Forum Discussion

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

This is a typical program for traffic light controller without a test bench

I got two errors while synthesizing the program and the VHDL code is .......... Library IEEE; use IEEE.std_logic_1164.all; package lights is subtype light is bit_vector(0 to 1); c...