@@ -16,7 +16,7 @@ class SymmetricChipletRocketConfig extends Config(
1616 new testchipip.serdes.WithSerialTL (Seq (
1717 testchipip.serdes.SerialTLParams ( // 0th serial-tl is chip-to-bringup-fpga
1818 client = Some (testchipip.serdes.SerialTLClientParams ()), // bringup serial-tl acts only as a client
19- phyParams = testchipip.serdes.ExternalSyncSerialPhyParams () // bringup serial-tl is sync'd to external clock
19+ phyParams = testchipip.serdes.DecoupledExternalSyncSerialPhyParams () // bringup serial-tl is sync'd to external clock
2020 ),
2121 testchipip.serdes.SerialTLParams ( // 1st serial-tl is chip-to-chip
2222 client = Some (testchipip.serdes.SerialTLClientParams ()), // chip-to-chip serial-tl acts as a client
@@ -27,7 +27,7 @@ class SymmetricChipletRocketConfig extends Config(
2727 )),
2828 slaveWhere = OBUS
2929 )),
30- phyParams = testchipip.serdes.SourceSyncSerialPhyParams () // chip-to-chip serial-tl is symmetric source-sync'd
30+ phyParams = testchipip.serdes.CreditedSourceSyncSerialPhyParams () // chip-to-chip serial-tl is symmetric source-sync'd
3131 ))
3232 ) ++
3333 new testchipip.soc.WithOffchipBusClient (SBUS , // obus provides path to other chip's memory
@@ -51,7 +51,7 @@ class RocketCoreChipletConfig extends Config(
5151 new testchipip.serdes.WithSerialTL (Seq (
5252 testchipip.serdes.SerialTLParams (
5353 client = Some (testchipip.serdes.SerialTLClientParams ()),
54- phyParams = testchipip.serdes.ExternalSyncSerialPhyParams () // chip-to-chip serial-tl is symmetric source-sync'd
54+ phyParams = testchipip.serdes.DecoupledExternalSyncSerialPhyParams () // chip-to-chip serial-tl is symmetric source-sync'd
5555 ),
5656 testchipip.serdes.SerialTLParams (
5757 manager = Some (testchipip.serdes.SerialTLManagerParams (
@@ -62,7 +62,7 @@ class RocketCoreChipletConfig extends Config(
6262 slaveWhere = OBUS ,
6363 isMemoryDevice = true
6464 )),
65- phyParams = testchipip.serdes.SourceSyncSerialPhyParams ()
65+ phyParams = testchipip.serdes.CreditedSourceSyncSerialPhyParams ()
6666 )
6767 )) ++
6868 new testchipip.soc.WithOffchipBusClient (SBUS ) ++
@@ -79,7 +79,7 @@ class LLCChipletConfig extends Config(
7979 new chipyard.harness.WithSerialTLTiedOff ++
8080 new testchipip.serdes.WithSerialTL (Seq (testchipip.serdes.SerialTLParams ( // 1st serial-tl is chip-to-chip
8181 client = Some (testchipip.serdes.SerialTLClientParams (supportsProbe= true )),
82- phyParams = testchipip.serdes.SourceSyncSerialPhyParams () // chip-to-chip serial-tl is symmetric source-sync'd
82+ phyParams = testchipip.serdes.CreditedSourceSyncSerialPhyParams () // chip-to-chip serial-tl is symmetric source-sync'd
8383 ))) ++
8484 new freechips.rocketchip.subsystem.WithExtMemSize ((1 << 30 ) * 4L ) ++
8585 new chipyard.NoCoresConfig
0 commit comments