You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
fpga_optimize defaults to 1 and it cannot be set to 0 on the command line (cannot receive a parameter and if not defined will be set to default value 1 !).
If this value shall never be set to 0, it should be removed from script. Otherwise the script should allow to pass 0 as a parameter (fairly minor fix).
Thanks,
Jean-Luc
Hi,
fpga_optimize defaults to 1 and it cannot be set to 0 on the command line (cannot receive a parameter and if not defined will be set to default value 1 !).
If this value shall never be set to 0, it should be removed from script. Otherwise the script should allow to pass 0 as a parameter (fairly minor fix).
Thanks,
Jean-Luc
diff --git a/configs/swerv.config b/configs/swerv.config
index 798eb14..27c998c 100755
--- a/configs/swerv.config
+++ b/configs/swerv.config
@@ -207,7 +207,7 @@
"pic_total_int=s" => $pic_total_int,
"icache_size=s" => $icache_size,
"ahb_lite" => $ahb_lite,
"set=s@" => @Sets,
"unset=s@" => @unsets,
) || die("$helpusage");
The text was updated successfully, but these errors were encountered: