aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/synth/prims.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/synth/prims.v b/generic/synth/prims.v
index acce585c..1148041c 100644
--- a/generic/synth/prims.v
+++ b/generic/synth/prims.v
@@ -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;