Added preload pointing to data.mem in ram1p1rwbe.sv

This commit is contained in:
Jacob Pease 2024-08-02 15:21:15 -05:00
parent 1edd5bb39e
commit 2ed0b239e8

View File

@ -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