1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-25 11:51:21 +00:00

more formatting

This commit is contained in:
Pepijn de Vos
2019-11-08 17:18:50 +01:00
parent 5dd1e5e51e
commit a4848f6902

View File

@@ -21,11 +21,11 @@ endmodule
module GENERIC_SLICE #(
parameter K = 4,
parameter [2**K-1:0] INIT = 0,
parameter FF_USED = 1'b0
parameter FF_USED = 1'b0
) (
input CLK,
input [K-1:0] I,
output F,
output F,
output Q
);
wire f_wire;