aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/gate2lut.v
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/common/gate2lut.v')
-rw-r--r--techlibs/common/gate2lut.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/gate2lut.v b/techlibs/common/gate2lut.v
index 99c123f4a..15cea3d8d 100644
--- a/techlibs/common/gate2lut.v
+++ b/techlibs/common/gate2lut.v
@@ -79,7 +79,7 @@ module _90_lut_mux (A, B, S, Y);
// A 1010 1010
// B 1100 1100
// S 1111 0000
- .LUT(8'b_1100_1010)
+ .LUT(8'b 1100_1010)
) lut (
.A(AA),
.Y(Y)