We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827f8f1 commit 17087b9Copy full SHA for 17087b9
ODIN_II/regression_test/.library/conf_generate.sh
@@ -57,7 +57,8 @@ ${circuit_list_input}"
57
########################
58
59
regression_params=--include_default_arch
60
-script_params= --verbose --time_limit 3600s
+script_simulation_params= --verbose --time_limit 3600s
61
+script_synthesis_params= --verbose --time_limit 3600s
62
simulation_params= -L reset rst -H we -g 2
63
64
# setup the architecture
ODIN_II/regression_test/.library/output_on_error.conf
@@ -1 +1,2 @@
1
-script_params=--verbosity 1
+script_synthesis_params=--verbosity 1
2
+script_simulation_params=--verbosity 1
0 commit comments