Skip to content

Commit fa77ff0

Browse files
committed
Merge remote-tracking branch 'origin/master' into HEAD
2 parents f623a2e + 1b2abed commit fa77ff0

29 files changed

+2690
-2637
lines changed

flow/Makefile

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ do-yosys:
540540
.PHONY: do-yosys-canonicalize
541541
do-yosys-canonicalize: yosys-dependencies
542542
mkdir -p $(RESULTS_DIR) $(LOG_DIR) $(REPORTS_DIR) $(OBJECTS_DIR)
543-
($(TIME_CMD) $(YOSYS_EXE) $(YOSYS_FLAGS) -c $(SCRIPTS_DIR)/synth_canonicalize.tcl) 2>&1 | tee $(abspath $(LOG_DIR)/1_1_yosys_canonicalize.log)
543+
# NOTE! YOSYS_FLAGS is omitted here because "-v 3" silences helpful error messages
544+
($(TIME_CMD) $(YOSYS_EXE) -c $(SCRIPTS_DIR)/synth_canonicalize.tcl) 2>&1 | tee $(abspath $(LOG_DIR)/1_1_yosys_canonicalize.log)
544545

545546
$(RESULTS_DIR)/1_synth.rtlil: $(YOSYS_DEPENDENCIES)
546547
$(UNSET_AND_MAKE) do-yosys-canonicalize
@@ -697,17 +698,7 @@ endif
697698

698699
# STEP 3: Timing Driven Mixed Sized Placement
699700
#-------------------------------------------------------------------------------
700-
ifneq ($(MACRO_PLACEMENT)$(MACRO_PLACEMENT_TCL),)
701-
SKIP_TDMS:=1
702-
endif
703-
ifeq ($(RTLMP_FLOW), 1)
704-
SKIP_TDMS:=1
705-
endif
706-
ifneq ($(SKIP_TDMS), 1)
707701
$(eval $(call do-step,2_3_floorplan_tdms,$(RESULTS_DIR)/2_2_floorplan_io.odb $(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc $(LIB_FILES),tdms_place))
708-
else
709-
$(eval $(call do-copy,2_3_floorplan_tdms,2_2_floorplan_io.odb,$(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc $(LIB_FILES)))
710-
endif
711702

712703
# STEP 4: Macro Placement
713704
#-------------------------------------------------------------------------------

flow/designs/asap7/ethmac_lvt/metadata-base-ok.json

Lines changed: 208 additions & 208 deletions
Large diffs are not rendered by default.

flow/designs/asap7/ethmac_lvt/rules-base.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 8504.41,
3+
"value": 8453.47,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
@@ -32,7 +32,7 @@
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 591903,
35+
"value": 681192,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -90.04,
51+
"value": -270.67,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {

flow/designs/gf12/jpeg/metadata-base-ok.json

Lines changed: 212 additions & 202 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 25355,
11+
"value": 29325,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
@@ -52,7 +52,7 @@
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 25664,
55+
"value": 30037,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {

0 commit comments

Comments
 (0)