Skip to content

Commit 446b94c

Browse files
committed
merge master
2 parents a0973d1 + 98c233e commit 446b94c

File tree

42 files changed

+33
-1026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+33
-1026
lines changed

docs/user/InstructionsForAutoTuner.md

Lines changed: 6 additions & 2 deletions

flow/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,6 @@ export OBJECTS_DIR = $(WORK_HOME)/objects/$(PLATFORM)/$(DESIGN_NICKNAME)/$(FLOW_
218218
export REPORTS_DIR = $(WORK_HOME)/reports/$(PLATFORM)/$(DESIGN_NICKNAME)/$(FLOW_VARIANT)
219219
export RESULTS_DIR = $(WORK_HOME)/results/$(PLATFORM)/$(DESIGN_NICKNAME)/$(FLOW_VARIANT)
220220

221-
# BLOCKS is ORFS specific and is used to trigger hierarchical flow,
222-
# MACROS is a space separated list of macros used in the design,
223-
# but not necessarily built by ORFS using the BLOCKS mechanism.
224-
export MACROS ?= $(BLOCKS)
225-
226221
ifneq ($(BLOCKS),)
227222
$(foreach block,$(BLOCKS),$(eval BLOCK_LEFS += ./results/$(PLATFORM)/$(DESIGN_NICKNAME)_$(block)/$(FLOW_VARIANT)/${block}.lef))
228223
$(foreach block,$(BLOCKS),$(eval BLOCK_LIBS += ./results/$(PLATFORM)/$(DESIGN_NICKNAME)_$(block)/$(FLOW_VARIANT)/${block}.lib))

flow/designs/asap7/aes-block/block.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ export CORE_MARGIN = 2
1111
export PLACE_DENSITY = 0.70
1212

1313
export PLACE_PINS_ARGS = -annealing
14-
export HAS_IO_CONSTRAINTS = 0

flow/designs/asap7/aes-block/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ export PLACE_DENSITY = 0.65
1515

1616
export BLOCKS ?= aes_rcon aes_sbox
1717
export SYNTH_HIERARCHICAL = 1
18-
export RTLMP_FLOW = 1
1918

2019
export PLACE_PINS_ARGS = -annealing
21-
export HAS_IO_CONSTRAINTS = 0
2220

2321
# Generous routing at top level
2422
export MIN_ROUTING_LAYER = M2

flow/designs/asap7/riscv32i/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export DESIGN_NAME = riscv_top
33
export PLATFORM = asap7
44

55
export SYNTH_HIERARCHICAL = 1
6-
export RTLMP_FLOW = 1
76

87
export RTLMP_MIN_INST = 1000
98
export RTLMP_MAX_INST = 3500

flow/designs/asap7/swerv_wrapper/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ export DESIGN_NAME = swerv_wrapper
22
export PLATFORM = asap7
33

44
export SYNTH_HIERARCHICAL = 1
5-
export RTLMP_FLOW = 1
65
# RTL_MP Settings
76
export RTLMP_MAX_INST = 30000
87
export RTLMP_MIN_INST = 5000

flow/designs/gf12/ariane/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export PLATFORM = gf12
33

44
export SYNTH_HIERARCHICAL = 1
55
export MAX_UNGROUP_SIZE ?= 10000
6-
export RTLMP_FLOW = 1
76
#
87

98
export VERILOG_FILES = ./designs/src/$(DESIGN_NAME)/ariane.sv2v.v \

flow/designs/gf12/ariane133/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export PLATFORM = gf12
44

55
export SYNTH_HIERARCHICAL = 1
66
export MAX_UNGROUP_SIZE ?= 10000
7-
export RTLMP_FLOW = 1
87
#
98
# RTL_MP Settings
109

flow/designs/gf12/bp_dual/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export PLATFORM = gf12
44

55
export SYNTH_HIERARCHICAL = 1
66
#
7-
export RTLMP_FLOW = 1
87
# RTL_MP Settings
98
export RTLMP_MAX_INST = 30000
109
export RTLMP_MIN_INST = 10000

flow/designs/gf12/bp_quad/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ export DESIGN_NICKNAME = bp_quad
22
export DESIGN_NAME = bsg_chip
33
export PLATFORM = gf12
44

5-
export RTLMP_FLOW = 1
65
export SYNTH_HIERARCHICAL = 1
76
export MAX_UNGROUP_SIZE ?= 1000
87

0 commit comments

Comments
 (0)