Skip to content

Commit f02ffe8

Browse files
authored
Merge pull request #739 from Pinata-Consulting/intel22-abc-period-cleanup
Intel22 abc period cleanup
2 parents 658c46e + 283eeb5 commit f02ffe8

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

flow/designs/intel22/aes/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ export CORE_AREA = 1.26 1.89 248 248
1616

1717

1818
export PLACE_DENSITY = uniform
19-
20-
export ABC_CLOCK_PERIOD_IN_PS = 2600

flow/designs/intel22/gcd/config.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ export PLATFORM = intel22
1111
export VERILOG_FILES = $(sort $(wildcard $(abspath $(DESIGN_HOME)/src/$(DESIGN))/*.v))
1212
export SDC_FILE = $(DESIGN_DIR)/constraint.sdc
1313

14-
export ABC_CLOCK_PERIOD_IN_PS = 400
15-
1614
export PLACE_DENSITY = 0.35
1715

1816
export DIE_AREA = 0 0 50 50
1917
export CORE_AREA = 1.26 1.89 49 49
20-
21-
export DESIGN_DIR DESIGN_PDK_HOME

flow/designs/intel22/ibex/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ export CORE_ASPECT_RATIO = 1
1414
export CORE_MARGIN = 2
1515

1616
export PLACE_DENSITY = uniform
17-
18-
export ABC_CLOCK_PERIOD_IN_PS = 8000

flow/designs/intel22/jpeg/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ export CORE_ASPECT_RATIO = 1
1515
export CORE_MARGIN = 2
1616

1717
export PLACE_DENSITY = uniform
18-
19-
export ABC_CLOCK_PERIOD_IN_PS = 3800

0 commit comments

Comments
 (0)