Skip to content

Commit 4ef9e9a

Browse files
authored
Merge pull request #3001 from jeffng-or/cva6-blackboxing
added blackbox annotation to cva6 fakeram
2 parents f6a1fa7 + 539be2b commit 4ef9e9a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

flow/designs/asap7/cva6/config.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

184184
export ADDITIONAL_LEFS = $(PLATFORM_DIR)/lef/fakeram7_256x32.lef
185185

186186
export ADDITIONAL_LIBS = $(PLATFORM_DIR)/lib/NLDM/fakeram7_256x32.lib
187187

188188
export 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

flow/platforms/asap7/verilog/fakeram7_256x32.sv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
(* blackbox *)
12
module fakeram7_256x32 (
23
output reg [31:0] rd_out,
34
input [7:0] addr_in,

0 commit comments

Comments
 (0)