Forum Discussion
GuaBin_N_Intel
Contributor
7 years agoHave you tried to use and understand the example code and register map given in the FIFO API? What you need to do is
1) Set the almost full threshold using initialization : altera_avalon_fifo_init()
2) Monitor the read status of FIFO : altera_avalon_fifo_read_status() and its status description can be referred to 20.5.1 Software control=> "i_status"