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:
parent
3ac58b3ac1
commit
48a3dcc02a
304 changed files with 64 additions and 321 deletions
|
|
@ -102,4 +102,3 @@ module \$__SF2_ALU (A, B, CI, BI, X, Y, CO);
|
|||
);
|
||||
end endgenerate
|
||||
endmodule
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -101,4 +101,3 @@ module \$lut (A, Y);
|
|||
endgenerate
|
||||
endmodule
|
||||
`endif
|
||||
|
||||
|
|
|
|||
|
|
@ -716,4 +716,4 @@ parameter INIT9 = 64'h0;
|
|||
parameter INIT10 = 64'h0;
|
||||
parameter INIT11 = 64'h0;
|
||||
|
||||
endmodule
|
||||
endmodule
|
||||
|
|
|
|||
|
|
@ -233,4 +233,4 @@ finally
|
|||
}
|
||||
|
||||
|
||||
endcode
|
||||
endcode
|
||||
|
|
|
|||
|
|
@ -123,4 +123,3 @@ RAM64x12 #(
|
|||
);
|
||||
|
||||
endmodule
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue