I've noticed while using the SHA2 core that the output digest stays valid until the core is initialized again. Would it be possible to guarantee this in the HashCoreIO spec? This could save us from having to create a register to store the digest if it's needed for more than one cycle.
I've noticed while using the SHA2 core that the output digest stays valid until the core is initialized again. Would it be possible to guarantee this in the
HashCoreIOspec? This could save us from having to create a register to store the digest if it's needed for more than one cycle.