Skip to content

Commit 47145ec

Browse files
committed
araine136 update
Signed-off-by: vijayank88 <[email protected]>
1 parent 6be1fbd commit 47145ec

File tree

3 files changed

+196
-201
lines changed

3 files changed

+196
-201
lines changed

flow/designs/nangate45/ariane136/config.mk

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ export ADDITIONAL_LIBS = $(PLATFORM_DIR)/lib/fakeram45_256x16.lib
2323

2424
export DIE_AREA = 0 0 1500 1500
2525
export CORE_AREA = 10 12 1448 1448
26-
export PLACE_PINS_ARGS = -exclude left:0-250 -exclude left:400-550 -exclude right:* -exclude top:* -exclude bottom:*
2726

28-
export MACRO_PLACE_HALO = 20 20
29-
export MACRO_PLACE_CHANNEL = 20 20
30-
31-
export PLACE_DENSITY_LB_ADDON = 0.20
27+
export MACRO_PLACE_HALO = 15 15
28+
export MACRO_PLACE_CHANNEL = 15 15

flow/designs/nangate45/ariane136/constraint.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
create_clock [get_ports clk_i] -name core_clock -period 20 -waveform {0 10}
1+
create_clock [get_ports clk_i] -name core_clock -period 30 -waveform {0 15}
22
set_input_delay -clock core_clock 0 [get_ports clk_i]
33
set_input_delay -clock core_clock 0 [get_ports rst_ni]
44
set_input_delay -clock core_clock 0 [get_ports {boot_addr_i[63]}]

0 commit comments

Comments
 (0)