add radiance config and bump rocket

This commit is contained in:
Richard Yan
2023-09-08 14:27:06 -07:00
parent 3d8a9aa976
commit df4e812b7c
2 changed files with 5 additions and 1 deletions

View File

@@ -11,6 +11,10 @@ class RocketConfig extends Config(
new freechips.rocketchip.subsystem.WithNBigCores(1) ++ // single rocket-core
new chipyard.config.AbstractConfig)
class RadianceConfig extends Config(
new freechips.rocketchip.subsystem.WithRadianceCores() ++
new chipyard.config.AbstractConfig)
class TinyRocketConfig extends Config(
new chipyard.iobinders.WithDontTouchIOBinders(false) ++ // TODO FIX: Don't dontTouch the ports
new freechips.rocketchip.subsystem.WithIncoherentBusTopology ++ // use incoherent bus topology