Skip to content

Commit 33beb30

Browse files
committed
Merge branch 'master' of https://github.com/The-OpenROAD-Project-private/OpenROAD-flow-scripts into secure-est_via_res
2 parents 9c6298d + 67929bf commit 33beb30

File tree

3 files changed

+12
-18
lines changed

3 files changed

+12
-18
lines changed

flow/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ clean_synth:
300300
rm -f $(LOG_DIR)/1_*
301301
rm -f $(SYNTH_STATS)
302302
rm -f $(SDC_FILE_CLOCK_PERIOD)
303-
rm -rf _tmp_yosys-abc-*
304-
305303

306304
# ==============================================================================
307305
# _____ _ ___ ___ ____ ____ _ _ _ _
@@ -562,8 +560,6 @@ do-grt:
562560

563561
.PHONY: clean_route
564562
clean_route:
565-
rm -rf output*/ results*.out.dmp layer_*.mps
566-
rm -rf *.gdid *.log *.met *.sav *.res.dmp
567563
rm -rf $(RESULTS_DIR)/route.guide $(RESULTS_DIR)/output_guide.mod $(RESULTS_DIR)/updated_clks.sdc
568564
rm -rf $(RESULTS_DIR)/5_*.odb $(RESULTS_DIR)/5_route.sdc $(RESULTS_DIR)/5_*.def $(RESULTS_DIR)/5_*.v
569565
rm -f $(REPORTS_DIR)/5_*
@@ -763,9 +759,7 @@ clean_all: clean_synth clean_floorplan clean_place clean_cts clean_route clean_f
763759
.PHONY: nuke
764760
nuke: clean_test clean_issues
765761
rm -rf $(WORK_HOME)/results $(WORK_HOME)/logs $(WORK_HOME)/reports $(WORK_HOME)/objects
766-
rm -rf layer_*.mps macrocell.list *best.plt *_pdn.def
767-
rm -rf *.rpt *.rpt.old *.def.v pin_dumper.log
768-
rm -f $(OBJECTS_DIR)/versions.txt $(OBJECTS_DIR)/copyright.txt dummy.guide
762+
rm -f $(OBJECTS_DIR)/copyright.txt
769763

770764
# DEF/GDS/OAS viewer shortcuts
771765
#-------------------------------------------------------------------------------

flow/designs/gf12/bp_dual/rules-base.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@
44
"compare": "=="
55
},
66
"placeopt__design__instance__area": {
7-
"value": 959122,
7+
"value": 838834,
88
"compare": "<="
99
},
1010
"placeopt__design__instance__count__stdcell": {
11-
"value": 975165,
11+
"value": 915351,
1212
"compare": "<="
1313
},
1414
"detailedplace__design__violations": {
1515
"value": 0,
1616
"compare": "=="
1717
},
1818
"cts__design__instance__count__setup_buffer": {
19-
"value": 84797,
19+
"value": 79596,
2020
"compare": "<="
2121
},
2222
"cts__design__instance__count__hold_buffer": {
23-
"value": 84797,
23+
"value": 79596,
2424
"compare": "<="
2525
},
2626
"globalroute__antenna_diodes_count": {
2727
"value": 0,
2828
"compare": "<="
2929
},
3030
"detailedroute__route__wirelength": {
31-
"value": 14955489,
31+
"value": 14134310,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__drc_errors": {
35-
"value": 0,
35+
"value": 2,
3636
"compare": "<="
3737
},
3838
"detailedroute__antenna__violating__nets": {
@@ -44,23 +44,23 @@
4444
"compare": "<="
4545
},
4646
"finish__timing__setup__ws": {
47-
"value": -280.69,
47+
"value": -216.79,
4848
"compare": ">="
4949
},
5050
"finish__design__instance__area": {
51-
"value": 977391,
51+
"value": 852120,
5252
"compare": "<="
5353
},
5454
"finish__timing__drv__setup_violation_count": {
55-
"value": 42398,
55+
"value": 39798,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__hold_violation_count": {
5959
"value": 100,
6060
"compare": "<="
6161
},
6262
"finish__timing__wns_percent_delay": {
63-
"value": -20.74,
63+
"value": -16.84,
6464
"compare": ">="
6565
}
6666
}

flow/designs/rapidus2hp/ibex/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"compare": "<="
4141
},
4242
"finish__timing__drv__setup_violation_count": {
43-
"value": 1341,
43+
"value": 1411,
4444
"compare": "<="
4545
},
4646
"finish__timing__drv__hold_violation_count": {

0 commit comments

Comments
 (0)