Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Hi mmTsuchi, Your solution is more practical. fifo_data_out is defined as
SIGNAL fifo_data_out : STD_LOGIC_VECTOR(INPUT_DATAWIDTH-1 DOWNTO 0);
and I am getting this error on Quartus How to work around it? --- Quote End --- I think that statement posted means bit by bit mapping. You better just use: <= x"0000" & fifo_data_out;