From 7d3a862183f45a4c15bed13fd269c93d01304cdd Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Mon, 16 Jan 2023 18:10:51 +0100 Subject: [PATCH] Fix Litex cluster scopt update --- src/main/scala/vexriscv/demo/smp/VexRiscvSmpLitexCluster.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/vexriscv/demo/smp/VexRiscvSmpLitexCluster.scala b/src/main/scala/vexriscv/demo/smp/VexRiscvSmpLitexCluster.scala index f8e9dcb..3454577 100644 --- a/src/main/scala/vexriscv/demo/smp/VexRiscvSmpLitexCluster.scala +++ b/src/main/scala/vexriscv/demo/smp/VexRiscvSmpLitexCluster.scala @@ -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(