mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added preload pointing to data.mem in ram1p1rwbe.sv
This commit is contained in:
parent
1edd5bb39e
commit
2ed0b239e8
@ -89,6 +89,10 @@ module ram1p1rwbe import cvw::*; #(parameter USE_SRAM=0, DEPTH=64, WIDTH=44, PRE
|
||||
// end
|
||||
// end
|
||||
|
||||
`ifdef VERILATOR
|
||||
import "DPI-C" function string getenvval(input string env_name);
|
||||
`endif
|
||||
|
||||
initial
|
||||
if (PRELOAD_ENABLED) begin
|
||||
if (WIDTH == 64) begin
|
||||
|
Loading…
Reference in New Issue
Block a user