Bump testchipip
This commit is contained in:
@@ -308,6 +308,7 @@ jobs:
|
|||||||
tools-version: "esp-tools"
|
tools-version: "esp-tools"
|
||||||
group-key: "group-accels"
|
group-key: "group-accels"
|
||||||
project-key: "chipyard-hwacha"
|
project-key: "chipyard-hwacha"
|
||||||
|
timeout: "30m"
|
||||||
chipyard-gemmini-run-tests:
|
chipyard-gemmini-run-tests:
|
||||||
executor: main-env
|
executor: main-env
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ class WithAXIOverSerialTLCombinedBridges extends OverrideHarnessBinder({
|
|||||||
val harnessMultiClockAXIRAM = withClockAndReset(th.harnessClock, th.harnessReset) {
|
val harnessMultiClockAXIRAM = withClockAndReset(th.harnessClock, th.harnessReset) {
|
||||||
SerialAdapter.connectHarnessMultiClockAXIRAM(
|
SerialAdapter.connectHarnessMultiClockAXIRAM(
|
||||||
system.serdesser.get,
|
system.serdesser.get,
|
||||||
port,
|
serial_bits,
|
||||||
axiClockBundle,
|
axiClockBundle,
|
||||||
th.harnessReset)
|
th.harnessReset)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ class WithFireSimDefaultFrequencyTweaks extends Config(
|
|||||||
// runnings the FASED runtime configuration generator to generate faithful DDR3 timing values.
|
// runnings the FASED runtime configuration generator to generate faithful DDR3 timing values.
|
||||||
new chipyard.config.WithMemoryBusFrequency(1000.0) ++
|
new chipyard.config.WithMemoryBusFrequency(1000.0) ++
|
||||||
new chipyard.config.WithAsynchrousMemoryBusCrossing ++
|
new chipyard.config.WithAsynchrousMemoryBusCrossing ++
|
||||||
new testchipip.WithAsynchronousSerialSlaveCrossing ++
|
new testchipip.WithAsynchronousSerialSlaveCrossing
|
||||||
)
|
)
|
||||||
|
|
||||||
// Tweaks that are generally applied to all firesim configs
|
// Tweaks that are generally applied to all firesim configs
|
||||||
|
|||||||
Submodule generators/testchipip updated: ef59e54c42...1d2ac9c13b
Reference in New Issue
Block a user