Altera_Forum
Honored Contributor
14 years agocounter VHDL
hi, i am trying to make a counter using the 50Mhz clock on my board DE1, when i LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_unsigned.all;
ENTITY teller IS
PORT (
...