Minres / SystemC-Components

A SystemC productivity library: https://minres.github.io/SystemC-Components/
https://www.minres.com/#opensource
Apache License 2.0
81 stars 21 forks source link

Default reset behavior of sc_register should be configurable #41

Open EAlexJ opened 1 year ago

EAlexJ commented 1 year ago

Whether or nor write and read accesses to the sc_register are successful during reset should be configurable, at the moment there is no such check so all read and writes are successful during reset.