1
0
mirror of synced 2026-02-25 08:31:37 +00:00

Added SIMLIB_NOLUT to simlib.v

This commit is contained in:
Clifford Wolf
2014-04-02 21:28:33 +02:00
parent e24797add0
commit 7370ae01e9

View File

@@ -927,6 +927,7 @@ end
endmodule
// --------------------------------------------------------
`ifndef SIMLIB_NOLUT
module \$lut (I, O);
@@ -961,6 +962,7 @@ endgenerate
endmodule
`endif
// --------------------------------------------------------
module \$assert (A, EN);