Skip to content

Commit c5473f1

Browse files
committed
asap7: ABC_CLOCK_PERIOD_IN_PS is automatically extracted in platforms/asap7/config.mk
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 2b93d1f commit c5473f1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

flow/designs/asap7/uart-blocks/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ export BLOCKS = uart_rx
1010

1111
export VERILOG_FILES_BLACKBOX = ./designs/src/uart-no-param/uart_rx.v
1212

13-
export ABC_CLOCK_PERIOD_IN_PS = 300000
14-
1513
export CORE_UTILIZATION = 10
1614
export CORE_ASPECT_RATIO = 1
1715
export CORE_MARGIN = 2

flow/designs/asap7/uart-blocks/uart_rx/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ export DESIGN_NICKNAME = uart-blocks_uart_rx
66
export VERILOG_FILES = ./designs/src/uart-no-param/*.v
77
export SDC_FILE = ./designs/$(PLATFORM)/uart-blocks/uart_rx/constraint.sdc
88

9-
export ABC_CLOCK_PERIOD_IN_PS = 650
10-
119
export CORE_UTILIZATION = 30
1210
export CORE_ASPECT_RATIO = 1
1311
export CORE_MARGIN = 2

0 commit comments

Comments
 (0)