Altera_Forum
Honored Contributor
18 years agoIncrementing a vector
I'm using behavioral vhdl to make a finite state machine and I'm running into a simple problem I think. This is what my code looks like: PC: OUT STD_LOGIC_VECTOR(15 DOWNTO 0);
<some more co...