FIX: add missing chipid harness

This commit is contained in:
-T.K.-
2024-02-10 23:03:19 -08:00
parent b79590bb69
commit 4642bffae7

View File

@@ -26,6 +26,7 @@ class AbstractConfig extends Config(
new chipyard.harness.WithTieOffInterrupts ++ /** tie-off interrupt ports, if present */
new chipyard.harness.WithTieOffL2FBusAXI ++ /** tie-off external AXI4 master, if present */
new chipyard.harness.WithCustomBootPinPlusArg ++ /** drive custom-boot pin with a plusarg, if custom-boot-pin is present */
new chipyard.harness.WithDriveChipIdPin ++ /** drive chip id pin from harness binder, if chip id pin is present */
new chipyard.harness.WithSimUARTToUARTTSI ++ /** connect a SimUART to the UART-TSI port */
new chipyard.harness.WithClockFromHarness ++ /** all Clock I/O in ChipTop should be driven by harnessClockInstantiator */
new chipyard.harness.WithResetFromHarness ++ /** reset controlled by harness */
@@ -147,7 +148,7 @@ class AbstractConfig extends Config(
// power
// ==================================
// Base Settings
// ==================================