Forum Discussion
Altera_Forum
Honored Contributor
14 years agovhdl coding
hi am new to vhdl programming. I need help in wirting the code for inserting variable data into a register. the length of the register should be based on the number of bits of data am giving to the r...
Altera_Forum
Honored Contributor
14 years agohi K_J
I have tried the signal statement signal data: std_logic_vector(numofbits - 1 downto 0); but i got an error that the numofbits does not support with its natural usage. can you please help me.