Forum Discussion
Altera_Forum
Honored Contributor
11 years agoYes,
try
master_writedata <= ( INPUT_DATAWIDTH-1 DOWNTO 0 => fifo_data_out, others => '0'); -- assign "fifo_data_out" to the LSB of "master_write_data"
Yes,
try
master_writedata <= ( INPUT_DATAWIDTH-1 DOWNTO 0 => fifo_data_out, others => '0'); -- assign "fifo_data_out" to the LSB of "master_write_data"