Skip to content

Commit 17087b9

Browse files
committed
update odin global reg conf
1 parent 827f8f1 commit 17087b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ODIN_II/regression_test/.library/conf_generate.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ ${circuit_list_input}"
5757
########################
5858
5959
regression_params=--include_default_arch
60-
script_params= --verbose --time_limit 3600s
60+
script_simulation_params= --verbose --time_limit 3600s
61+
script_synthesis_params= --verbose --time_limit 3600s
6162
simulation_params= -L reset rst -H we -g 2
6263
6364
# setup the architecture
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
script_params=--verbosity 1
1+
script_synthesis_params=--verbosity 1
2+
script_simulation_params=--verbosity 1

0 commit comments

Comments
 (0)