Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extension_t csrs in reset(), not register_extension()
This addresses one issue raised in #1863. register_extension() is only called once, while reset() is called whenever the processor_t is reset. This ensures that extension_t state, including CSRs, is always reset with reset()
- Loading branch information