add documentation on ring network and system bus

This commit is contained in:
Howard Mao
2020-03-16 13:59:06 -07:00
parent a2177ee209
commit 2528708c15
3 changed files with 31 additions and 1 deletions

View File

@@ -364,6 +364,7 @@ class ScratchpadRocketConfig extends Config(
new freechips.rocketchip.system.BaseConfig)
// DOC include end: scratchpadrocket
// DOC include start: RingSystemBusRocket
class RingSystemBusRocketConfig extends Config(
new chipyard.iobinders.WithUARTAdapter ++
new chipyard.iobinders.WithTieOffInterrupts ++
@@ -382,3 +383,4 @@ class RingSystemBusRocketConfig extends Config(
new freechips.rocketchip.subsystem.WithNExtTopInterrupts(0) ++
new freechips.rocketchip.subsystem.WithNBigCores(1) ++
new freechips.rocketchip.system.BaseConfig)
// DOC include end: RingSystemBusRocket