pulp-platform / common_cells

Common SystemVerilog components
Other
488 stars 138 forks source link

addr_decode: Add a variant suited for online configuration #198

Closed thommythomaso closed 11 months ago

thommythomaso commented 11 months ago

Transient invalid rule configs during online configuration of the IP currently cause warning messages and could even throw fatals. This PR adds a DYNamic Configuration (DYNC) version of the IP with one additional input, bringing the IP to a well-known state and silencing all continuous assertions during reconfiguration.