Size down number of concurrent requests allowed on SerialTL

This commit is contained in:
Jerry Zhao
2023-05-14 18:52:37 -07:00
parent d4d81f7d22
commit 0223a75f01
2 changed files with 2 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ class AbstractConfig extends Config(
new testchipip.WithCustomBootPin ++ // add a custom-boot-pin to support pin-driven boot address
new testchipip.WithBootAddrReg ++ // add a boot-addr-reg for configurable boot address
new testchipip.WithSerialTLClientIdBits(4) ++ // support up to 1 << 4 simultaneous requests from serialTL port
new testchipip.WithSerialTLWidth(32) ++ // fatten the serialTL interface to improve testing performance
new testchipip.WithDefaultSerialTL ++ // use serialized tilelink port to external serialadapter/harnessRAM
new chipyard.config.WithDebugModuleAbstractDataWords(8) ++ // increase debug module data capacity