mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed syntax error.
This commit is contained in:
parent
4407d3310c
commit
07b946bc75
@ -92,5 +92,5 @@ module ram1p1rwe #(parameter DEPTH=64, WIDTH=44) (
|
|||||||
if (ce & we)
|
if (ce & we)
|
||||||
// coverage on
|
// coverage on
|
||||||
RAM[addr] <= #1 din;
|
RAM[addr] <= #1 din;
|
||||||
|
end
|
||||||
endmodule
|
endmodule
|
||||||
|
Loading…
Reference in New Issue
Block a user