Provide ImplicitClock and ImplicitReset (#3714)
Module's logic that creates the implicit clock and implicit reset within the Module's body is now implemented in new traits that users are free to mix in to RawModule. There are also now virtual methods implicitClock and implicitReset that the user can override to change what clock or reset is used.
parent
2ffc139f
Please register or sign in to comment