mirror of https://gitee.com/oscc-project/iEDA.git
fix: delete deprecated `init_rt` option `enable_fast_mode`
This commit is contained in:
parent
61efc40a1f
commit
f7caa3a13c
|
|
@ -73,8 +73,7 @@ init_rt -temp_directory_path $TOOL_REPORT_DIR \
|
|||
-top_routing_layer "MET5" \
|
||||
-thread_number $NUM_THREADS \
|
||||
-output_inter_result 0 \
|
||||
-enable_notification 0 \
|
||||
-enable_fast_mode $FAST_ROUTE
|
||||
-enable_notification 0
|
||||
|
||||
run_rt
|
||||
|
||||
|
|
|
|||
|
|
@ -70,8 +70,7 @@ init_rt -temp_directory_path $TOOL_REPORT_DIR \
|
|||
-thread_number $NUM_THREADS \
|
||||
-output_inter_result 0 \
|
||||
-enable_notification 0 \
|
||||
-enable_timing 0 \
|
||||
-enable_fast_mode 0
|
||||
-enable_timing 0
|
||||
|
||||
run_rt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue