List supported configs
Address PR comments
This commit is contained in:
@@ -8,7 +8,8 @@ import freechips.rocketchip.config.{Config}
|
||||
// Ibex Configs
|
||||
// ---------------------
|
||||
|
||||
// Multi-core and 32b heterogeneous configs are supported
|
||||
|
||||
class IbexConfig extends Config(
|
||||
new chipyard.config.WithBootROM ++ // Ibex reset vector is at 0x80
|
||||
new ibex.WithNIbexCores(1) ++ // single Ibex core
|
||||
new ibex.WithNIbexCores(1) ++
|
||||
new chipyard.config.AbstractConfig)
|
||||
Reference in New Issue
Block a user