Removed unnecessary display statement from testbench for DTIM versions

This commit is contained in:
David Harris 2024-10-26 02:12:43 -07:00
parent e618596e52
commit 0555e58afe

View file

@ -540,7 +540,6 @@ module testbench;
always @(posedge clk) begin
if (LoadMem) begin
$readmemh(memfilename, dut.core.lsu.dtim.dtim.ram.ram.RAM);
$display("Read memfile %s", memfilename);
end
if (CopyRAM) begin
LogXLEN = (1 + P.XLEN/32); // 2 for rv32 and 3 for rv64