Litex smp cluster now blackboxify d$ data ram
This commit is contained in:
parent
42fef8bbcd
commit
cf60989ae1
|
@ -329,7 +329,6 @@ case class VexRiscvLitexSmpCluster(p : VexRiscvLitexSmpClusterParameter,
|
||||||
|
|
||||||
object VexRiscvLitexSmpClusterGen extends App {
|
object VexRiscvLitexSmpClusterGen extends App {
|
||||||
val cpuCount = 4
|
val cpuCount = 4
|
||||||
val withStall = false
|
|
||||||
|
|
||||||
def parameter = VexRiscvLitexSmpClusterParameter(
|
def parameter = VexRiscvLitexSmpClusterParameter(
|
||||||
cluster = VexRiscvSmpClusterParameter(
|
cluster = VexRiscvSmpClusterParameter(
|
||||||
|
@ -350,8 +349,9 @@ object VexRiscvLitexSmpClusterGen extends App {
|
||||||
debugClockDomain = ClockDomain.current.copy(reset = Bool().setName("debugResetIn"))
|
debugClockDomain = ClockDomain.current.copy(reset = Bool().setName("debugResetIn"))
|
||||||
)
|
)
|
||||||
|
|
||||||
SpinalVerilog(Bench.compressIo(dutGen))
|
val genConfig = SpinalConfig().addStandardMemBlackboxing(blackboxByteEnables)
|
||||||
// SpinalVerilog(dutGen)
|
// genConfig.generateVerilog(Bench.compressIo(dutGen))
|
||||||
|
genConfig.generateVerilog(dutGen)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue