Typedef num_outst_t
typedef logic [$clog2(MetaFifoDepth)-1:0] num_outst_t;
The number of outstanding 1D transfers in the datapath needs to be tracked with a simple
credit counter. Define the appropriate type here.
typedef logic [$clog2(MetaFifoDepth)-1:0] num_outst_t;
The number of outstanding 1D transfers in the datapath needs to be tracked with a simple
credit counter. Define the appropriate type here.