Missed an include end

This commit is contained in:
Paul Rigge
2020-05-26 22:29:50 -07:00
parent 312700e9da
commit cdcaf5c574

View File

@@ -464,7 +464,7 @@ class StreamingFIRRocketConfig extends Config (
new freechips.rocketchip.subsystem.WithNBigCores(1) ++
new freechips.rocketchip.subsystem.WithCoherentBusTopology ++
new freechips.rocketchip.system.BaseConfig)
// DOC include end: FIRRocketConfig
// DOC include end: StreamingFIRRocketConfig
class SmallNVDLARocketConfig extends Config(
new chipyard.iobinders.WithUARTAdapter ++