fix: delete deprecated `init_rt` option `enable_fast_mode`

This commit is contained in:
0xHarry 2025-11-08 22:58:53 +08:00
parent 61efc40a1f
commit f7caa3a13c
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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