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

resetable: made reset start and stop methods 'virtual', so they can be overridden in a child class. #33

Closed tk-ka closed 2 years ago

tk-ka commented 2 years ago

I'd appreciate the possibility to override the implementation of resetable::reset_start() and resetable::reset_stop() in a child class of resetable. (In the current implementation only shadowing is possible, but this will not work for polymorphism)