From 94d471bd9a13237cfa290cf237a142a6bf509a60 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Fri, 12 May 2023 14:44:07 -0700 Subject: [PATCH] Set firesim harnessbinder freq to 1000 MHz by default --- generators/firechip/src/main/scala/TargetConfigs.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/generators/firechip/src/main/scala/TargetConfigs.scala b/generators/firechip/src/main/scala/TargetConfigs.scala index b450360a..d2f8b994 100644 --- a/generators/firechip/src/main/scala/TargetConfigs.scala +++ b/generators/firechip/src/main/scala/TargetConfigs.scala @@ -71,6 +71,7 @@ class WithNVDLASmall extends nvidia.blocks.dla.WithNVDLA("small") class WithMinimalFireSimDesignTweaks extends Config( // Required*: Punch all clocks to FireSim's harness clock instantiator new WithFireSimHarnessClockBridgeInstantiator ++ + new chipyard.harness.WithHarnessBinderClockFreqMHz(1000.0) ++ new chipyard.harness.WithClockAndResetFromHarness ++ new chipyard.clocking.WithPassthroughClockGenerator ++ // Required*: When using FireSim-as-top to provide a correct path to the target bootrom source