aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/efinix/arith_map.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/efinix/arith_map.v b/techlibs/efinix/arith_map.v
index 56e1b039f..178f57bc5 100644
--- a/techlibs/efinix/arith_map.v
+++ b/techlibs/efinix/arith_map.v
@@ -33,8 +33,8 @@ module _80_efinix_alu (A, B, CI, BI, X, Y, CO);
input CI, BI;
output [Y_WIDTH-1:0] CO;
- wire CIx;
- wire [Y_WIDTH-1:0] COx;
+ wire CIx;
+ wire [Y_WIDTH-1:0] COx;
wire _TECHMAP_FAIL_ = Y_WIDTH <= 2;