From: Clifford Wolf Date: Wed, 2 Apr 2014 19:28:33 +0000 (+0200) Subject: Added SIMLIB_NOLUT to simlib.v X-Git-Tag: yosys-0.3.0~31 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7370ae01e978f0552f1565b88c0f44b402d09f4e;p=yosys.git Added SIMLIB_NOLUT to simlib.v --- diff --git a/techlibs/common/simlib.v b/techlibs/common/simlib.v index 16e6a1b21..be9d24f18 100644 --- a/techlibs/common/simlib.v +++ b/techlibs/common/simlib.v @@ -927,6 +927,7 @@ end endmodule // -------------------------------------------------------- +`ifndef SIMLIB_NOLUT module \$lut (I, O); @@ -961,6 +962,7 @@ endgenerate endmodule +`endif // -------------------------------------------------------- module \$assert (A, EN);