Rename implicit clock/reset to referenceclock/reset

This commit is contained in:
Jerry Zhao
2023-05-12 15:11:44 -07:00
parent 94d471bd9a
commit b8e95e0305
7 changed files with 20 additions and 20 deletions

View File

@@ -21,8 +21,8 @@ class ArtyFPGATestHarness(override implicit val p: Parameters) extends ArtyShell
def success = {require(false, "Success not supported"); false.B }
def implicitClock = clock_32MHz
def implicitReset = hReset
def referenceClock = clock_32MHz
def referenceReset = hReset
instantiateChipTops()
}