Fix syntax error in adff2dff.v
authorMarcelina Kościelnicka <mwk@0x04.net>
Tue, 23 Feb 2021 11:12:37 +0000 (12:12 +0100)
committerMarcelina Kościelnicka <mwk@0x04.net>
Wed, 24 Feb 2021 00:07:34 +0000 (01:07 +0100)
Fixes #2600.

techlibs/common/adff2dff.v

index eca0110eb1fe8e708ea4ab25c521265693bedf5b..2e4357b6477ccf90dfeaaa4abd63063116f4a6d5 100644 (file)
@@ -11,7 +11,7 @@ module adff2dff (CLK, ARST, D, Q);
        (* force_downto *)
        output reg [WIDTH-1:0] Q;
        (* force_downto *)
-       wire reg [WIDTH-1:0] NEXT_Q;
+       reg [WIDTH-1:0] NEXT_Q;
 
        wire [1023:0] _TECHMAP_DO_ = "proc;;";