Open eunchan opened 2 years ago
prim_packer does not have indicators out for the empty status. If partial bits are stored in the prim_packer, it cannot be known from outside.
prim_packer
This results in HMAC to rely on packer rvalid signal rather than empty signal.
rvalid
This should be an easy cleanup fix.
prim_packer does not have indicators out for the empty status. If partial bits are stored in the
prim_packer
, it cannot be known from outside.This results in HMAC to rely on packer
rvalid
signal rather than empty signal.