Explicitly provide refClockFreqMHz to harnessClockInstantiator
This commit is contained in:
@@ -24,7 +24,7 @@ class WithArtyTweaks extends Config(
|
||||
|
||||
new chipyard.harness.WithHarnessBinderClockFreqMHz(32) ++
|
||||
new chipyard.harness.WithAllClocksFromHarnessClockInstantiator ++
|
||||
new chipyard.config.WithDTSTimebase(32768) ++
|
||||
new chipyard.config.WithDTSTimebase(32000) ++
|
||||
new chipyard.config.WithSystemBusFrequency(32) ++
|
||||
new chipyard.config.WithPeripheryBusFrequency(32) ++
|
||||
new testchipip.WithNoSerialTL
|
||||
|
||||
@@ -21,6 +21,7 @@ class ArtyFPGATestHarness(override implicit val p: Parameters) extends ArtyShell
|
||||
|
||||
def success = {require(false, "Success not supported"); false.B }
|
||||
|
||||
def referenceClockFreqMHz = 32.0
|
||||
def referenceClock = clock_32MHz
|
||||
def referenceReset = hReset
|
||||
|
||||
|
||||
Reference in New Issue
Block a user