Skip to content

Commit

Permalink
Bump testchipip
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Mar 21, 2021
1 parent 5526397 commit 5ffad32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ jobs:
tools-version: "esp-tools"
group-key: "group-accels"
project-key: "chipyard-hwacha"
timeout: "30m"
chipyard-gemmini-run-tests:
executor: main-env
steps:
Expand Down
2 changes: 1 addition & 1 deletion generators/firechip/src/main/scala/BridgeBinders.scala
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class WithAXIOverSerialTLCombinedBridges extends OverrideHarnessBinder({
val harnessMultiClockAXIRAM = withClockAndReset(th.harnessClock, th.harnessReset) {
SerialAdapter.connectHarnessMultiClockAXIRAM(
system.serdesser.get,
port,
serial_bits,
axiClockBundle,
th.harnessReset)
}
Expand Down
2 changes: 1 addition & 1 deletion generators/firechip/src/main/scala/TargetConfigs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class WithFireSimDefaultFrequencyTweaks extends Config(
// runnings the FASED runtime configuration generator to generate faithful DDR3 timing values.
new chipyard.config.WithMemoryBusFrequency(1000.0) ++
new chipyard.config.WithAsynchrousMemoryBusCrossing ++
new testchipip.WithAsynchronousSerialSlaveCrossing ++
new testchipip.WithAsynchronousSerialSlaveCrossing
)

// Tweaks that are generally applied to all firesim configs
Expand Down
2 changes: 1 addition & 1 deletion generators/testchipip

0 comments on commit 5ffad32

Please sign in to comment.