Unverified Commit abc96e20 authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment