Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHi 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 --- Quote Start --- Error (10476): VHDL error at ADC_Burst_Write_Master.vhd(193): type of identifier "fifo_data_out" does not agree with its usage as "std_ulogic" type --- Quote End --- How to work around it?