File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -179,18 +179,18 @@ export VERILOG_INCLUDE_DIRS = $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/core/include
179179 $(DESIGN_HOME ) /src/$(DESIGN_NICKNAME ) /core/cvfpu/src/common_cells/include \
180180 $(DESIGN_HOME ) /src/$(DESIGN_NICKNAME ) /core/cache_subsystem/hpdcache/rtl/include
181181
182- VERILOG_DEFINES += -D HPDCACHE_ASSERT_OFF
182+ export VERILOG_DEFINES += -D HPDCACHE_ASSERT_OFF
183183
184184export ADDITIONAL_LEFS = $(PLATFORM_DIR ) /lef/fakeram7_256x32.lef
185185
186186export ADDITIONAL_LIBS = $(PLATFORM_DIR ) /lib/NLDM/fakeram7_256x32.lib
187187
188188export SDC_FILE = $(DESIGN_HOME ) /$(PLATFORM ) /$(DESIGN_NAME ) /constraint.sdc
189189
190- export DIE_AREA = 0 0 200 200
191- export CORE_AREA = 1.08 1.08 190 190
190+ export DIE_AREA = 0 0 250 250
191+ export CORE_AREA = 1.08 1.08 240 240
192192
193- export PLACE_DENSITY = 0.40
193+ export PLACE_DENSITY = 0.50
194194
195195# a smoketest for this option, there are a
196196# few last gasp iterations
Original file line number Diff line number Diff line change 1+ (* blackbox * )
12module fakeram7_256x32 (
23 output reg [31 : 0 ] rd_out,
34 input [7 : 0 ] addr_in,
You can’t perform that action at this time.
0 commit comments