Unverified Commit 296fed73 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Provide ImplicitClock and ImplicitReset (#3714) (#3769)

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.

(cherry picked from commit abc96e20

)

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent 377ba56f
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