Fixed syntax error.

This commit is contained in:
Ross Thompson 2023-04-06 15:10:55 -05:00
parent 4407d3310c
commit 07b946bc75

View File

@ -92,5 +92,5 @@ module ram1p1rwe #(parameter DEPTH=64, WIDTH=44) (
if (ce & we)
// coverage on
RAM[addr] <= #1 din;
end
endmodule