projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24797a
)
Added SIMLIB_NOLUT to simlib.v
author
Clifford Wolf
<clifford@clifford.at>
Wed, 2 Apr 2014 19:28:33 +0000
(21:28 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Wed, 2 Apr 2014 19:28:33 +0000
(21:28 +0200)
techlibs/common/simlib.v
patch
|
blob
|
history
diff --git
a/techlibs/common/simlib.v
b/techlibs/common/simlib.v
index 16e6a1b212ab07fafbd2d6bf203042987b028516..be9d24f18e11d8ac43c5b6af7b12b115b9777baf 100644
(file)
--- 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);