occupancy property
The number of items in the FIFO.
If generateOccupancy is false
, this output will not exist.
Implementation
Logic? get occupancy => generateOccupancy ? output('occupancy') : null;
The number of items in the FIFO.
If generateOccupancy is false
, this output will not exist.
Logic? get occupancy => generateOccupancy ? output('occupancy') : null;