1
0
mirror of synced 2026-04-26 04:08:28 +00:00

Fix formating

This commit is contained in:
Miodrag Milanovic
2019-08-11 17:05:24 +02:00
parent ead2b52b5a
commit 2897fe4d09

View File

@@ -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;