Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions flow/designs/asap7/riscv32i/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ export PLATFORM = asap7

export SYNTH_HIERARCHICAL ?= 1

export RTLMP_MIN_INST = 1000
export RTLMP_MAX_INST = 3500
export RTLMP_MIN_MACRO = 1
export RTLMP_MAX_MACRO = 5

export SYNTH_MINIMUM_KEEP_SIZE ?= 10000

export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME)/src/riscv32i/*.v))
Expand Down
4 changes: 0 additions & 4 deletions flow/designs/asap7/swerv_wrapper/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ orfs_flow(
arguments = {
"LIB_MODEL": "CCS",
"SYNTH_HIERARCHICAL": "1",
"RTLMP_MAX_INST": "30000",
"RTLMP_MIN_INST": "5000",
"RTLMP_MAX_MACRO": "30",
"RTLMP_MIN_MACRO": "4",
"DIE_AREA": "0 0 550 600",
"CORE_AREA": "5 5 545 595",
"PLACE_PINS_ARGS": "-exclude left:* -exclude right:*",
Expand Down
6 changes: 0 additions & 6 deletions flow/designs/asap7/swerv_wrapper/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ export SYNTH_KEEP_MODULES ?= \
ram_256x34


# RTL_MP Settings
export RTLMP_MAX_INST = 30000
export RTLMP_MIN_INST = 5000
export RTLMP_MAX_MACRO = 30
export RTLMP_MIN_MACRO = 4

export LIB_MODEL = CCS

export VERILOG_FILES = $(DESIGN_HOME)/src/swerv/swerv_wrapper.sv2v.v \
Expand Down
6 changes: 0 additions & 6 deletions flow/designs/nangate45/ariane133/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ export PLATFORM = nangate45

export SYNTH_HIERARCHICAL = 1

# RTL_MP Settings
export RTLMP_MAX_INST = 30000
export RTLMP_MIN_INST = 5000
export RTLMP_MAX_MACRO = 16
export RTLMP_MIN_MACRO = 4

export VERILOG_FILES = $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/ariane.sv2v.v \
$(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/macros.v

Expand Down
4 changes: 0 additions & 4 deletions flow/designs/nangate45/ariane136/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ export PLATFORM = nangate45
export SYNTH_HIERARCHICAL = 1

# RTL_MP Settings
export RTLMP_MAX_INST = 30000
export RTLMP_MIN_INST = 5000
export RTLMP_MAX_MACRO = 16
export RTLMP_MIN_MACRO = 4
export RTLMP_SIGNATURE_NET_THRESHOLD = 30

export VERILOG_FILES = $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/ariane.sv2v.v \
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/nangate45/ariane136/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"compare": "<="
},
"finish__timing__drv__hold_violation_count": {
"value": 299,
"value": 509,
"compare": "<="
},
"finish__timing__wns_percent_delay": {
Expand Down
5 changes: 0 additions & 5 deletions flow/designs/nangate45/black_parrot/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ export PLATFORM = nangate45

export SYNTH_HIERARCHICAL = 1
#
# RTL_MP Settings
export RTLMP_MAX_INST = 30000
export RTLMP_MIN_INST = 5000
export RTLMP_MAX_MACRO = 12
export RTLMP_MIN_MACRO = 4

export VERILOG_FILES = $(DESIGN_HOME)/src/$(DESIGN_NAME)/pickled.v \
$(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/macros.v
Expand Down
9 changes: 2 additions & 7 deletions flow/designs/nangate45/bp_fe_top/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ export PLATFORM = nangate45

export SYNTH_HIERARCHICAL = 1
#
# RTL_MP Settings
export RTLMP_MAX_INST = 30000
export RTLMP_MIN_INST = 5000
export RTLMP_MAX_MACRO = 12
export RTLMP_MIN_MACRO = 4

export VERILOG_FILES = $(DESIGN_HOME)/src/$(DESIGN_NAME)/pickled.v \
$(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/macros.v
Expand All @@ -29,8 +24,8 @@ export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/io.tcl

export MACRO_PLACE_HALO = 10 10

export PLACE_DENSITY_LB_ADDON = 0.10
export PLACE_DENSITY_MAX_POST_HOLD = 0.12
export PLACE_DENSITY_LB_ADDON = 0.11
export PLACE_DENSITY_MAX_POST_HOLD = 0.13
export TNS_END_PERCENT = 100

export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/fastroute.tcl
4 changes: 2 additions & 2 deletions flow/designs/nangate45/bp_fe_top/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"compare": "<="
},
"detailedroute__route__wirelength": {
"value": 2111490,
"value": 2503735,
"compare": "<="
},
"detailedroute__route__drc_errors": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"compare": "<="
},
"finish__timing__drv__hold_violation_count": {
"value": 2500,
"value": 100,
"compare": "<="
},
"finish__timing__wns_percent_delay": {
Expand Down
5 changes: 0 additions & 5 deletions flow/designs/nangate45/bp_multi_top/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ export PLATFORM = nangate45

export SYNTH_HIERARCHICAL = 1
#
# RTL_MP Settings
export RTLMP_MAX_INST = 30000
export RTLMP_MIN_INST = 5000
export RTLMP_MAX_MACRO = 12
export RTLMP_MIN_MACRO = 4

export VERILOG_FILES = $(DESIGN_HOME)/src/$(DESIGN_NAME)/pickled.v \
$(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/macros.v
Expand Down
2 changes: 1 addition & 1 deletion tools/OpenROAD