Fix Litex cluster scopt update

This commit is contained in:
Dolu1990 2023-01-16 18:10:51 +01:00
parent aea2e90d1e
commit 7d3a862183
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ object VexRiscvLitexSmpClusterCmdGen extends App {
opt[String]("rvc") action { (v, c) => rvc = v.toBoolean }
opt[String]("itlb-size") action { (v, c) => iTlbSize = v.toInt }
opt[String]("dtlb-size") action { (v, c) => dTlbSize = v.toInt }
}.parse(args))
}.parse(args, Unit).nonEmpty)
val coherency = coherentDma || cpuCount > 1
def parameter = VexRiscvLitexSmpClusterParameter(