mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Removed unnecessary display statement from testbench for DTIM versions
This commit is contained in:
parent
e618596e52
commit
0555e58afe
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue