summaryrefslogtreecommitdiff
path: root/techlibs/common
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-04-02 21:28:33 +0200
committerClifford Wolf <clifford@clifford.at>2014-04-02 21:28:33 +0200
commit7370ae01e978f0552f1565b88c0f44b402d09f4e (patch)
tree954bbd3a5cee8578a96549fc0f7c5f13a0d60231 /techlibs/common
parente24797add0ceb0e8c3571cec9351a2b0120e9b19 (diff)
Added SIMLIB_NOLUT to simlib.v
Diffstat (limited to 'techlibs/common')
-rw-r--r--techlibs/common/simlib.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/techlibs/common/simlib.v b/techlibs/common/simlib.v
index 16e6a1b2..be9d24f1 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);