lowRISC / opentitan

OpenTitan: Open source silicon root of trust
https://www.opentitan.org
Apache License 2.0
2.58k stars 776 forks source link

[prim] Packer empty signal #12958

Open eunchan opened 2 years ago

eunchan commented 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.

This results in HMAC to rely on packer rvalid signal rather than empty signal.

msfschaffner commented 11 months ago

This should be an easy cleanup fix.