Intel BBB MPF fifo alm full signals
by Abel Eneyew
Is there any signals that allows me to know if the MPF fifo is full or not?
I am stuck at an error like this
> intel-fpga-bbb/BBB_cci_mpf/hw/sim/../rtl/cci-mpf-prims/
cci_mpf_prim_fifo_lutram.sv", 252:
>
ase_top.platform_shim_ccip_std_afu.ccip_std_afu.mpf.mpf_pipe.mpf_edge_afu.req_b.ba.c1_fifo.fifo.ctrl.unnamed$$_0:
started at 2223785000ps failed at 2223785000ps
> Offending 'notFull'
> Fatal: "intel-fpga-bbb/BBB_cci_mpf/hw/sim/../rtl/cci-mpf-prims/
cci_mpf_prim_fifo_lutram.sv", 252:
>
ase_top.platform_shim_ccip_std_afu.ccip_std_afu.mpf.mpf_pipe.mpf_edge_afu.req_b.ba.c1_fifo.fifo.ctrl.unnamed$$_0:
at time 2223785000 ps
> cci_mpf_prim_fifo_lutram: ENQ to full fifo
> $finish called from file
"intel-fpga-bbb/BBB_cci_mpf/hw/sim/../rtl/cci-mpf-prims/
cci_mpf_prim_fifo_lutram.sv", line 252.
The fifo in question can be found here
https://github.com/OPAE/intel-fpga-bbb/blob/master/BBB_cci_mpf/hw/rtl/cci...
as can be seen in the code it can only enque 2 elements.
2 years, 10 months