Fixed syntax error.

This commit is contained in:
Ross Thompson 2023-04-06 15:10:55 -05:00
parent 270b3371f1
commit fe922c8fac

View File

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