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;