3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-28 03:28:49 +00:00

End of file fix

This commit is contained in:
Miodrag Milanovic 2026-06-23 07:23:41 +02:00
parent 3ac58b3ac1
commit 48a3dcc02a
304 changed files with 64 additions and 321 deletions

View file

@ -102,4 +102,3 @@ module \$__SF2_ALU (A, B, CI, BI, X, Y, CO);
);
end endgenerate
endmodule

View file

@ -66,4 +66,4 @@ function [63:0] slice_init_uSRAM;
integer i;
for (i = 0; i < 64; i = i + 1)
slice_init_uSRAM[i] = INIT[(slice_idx * 64 + i)];
endfunction
endfunction

View file

@ -101,4 +101,3 @@ module \$lut (A, Y);
endgenerate
endmodule
`endif

View file

@ -716,4 +716,4 @@ parameter INIT9 = 64'h0;
parameter INIT10 = 64'h0;
parameter INIT11 = 64'h0;
endmodule
endmodule

View file

@ -233,4 +233,4 @@ finally
}
endcode
endcode

View file

@ -123,4 +123,3 @@ RAM64x12 #(
);
endmodule