File tree Expand file tree Collapse file tree 3 files changed +196
-201
lines changed
flow/designs/nangate45/ariane136 Expand file tree Collapse file tree 3 files changed +196
-201
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ export ADDITIONAL_LIBS = $(PLATFORM_DIR)/lib/fakeram45_256x16.lib
2323
2424export DIE_AREA = 0 0 1500 1500
2525export 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
Original file line number Diff line number Diff line change 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 }
22set_input_delay -clock core_clock 0 [get_ports clk_i]
33set_input_delay -clock core_clock 0 [get_ports rst_ni]
44set_input_delay -clock core_clock 0 [get_ports {boot_addr_i[63]}]
You can’t perform that action at this time.
0 commit comments