Forum Discussion

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

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