Missing wire declaration
authorEddie Hung <eddie@fpgeh.com>
Thu, 5 Dec 2019 07:04:40 +0000 (23:04 -0800)
committerEddie Hung <eddie@fpgeh.com>
Thu, 5 Dec 2019 07:04:40 +0000 (23:04 -0800)
techlibs/xilinx/abc9_map.v

index 3fa5f5a1cd4468c2b4beef0381e1fec3c86efc65..d2159f82d3c1ff562aee247caa6c90b1892df97c 100644 (file)
@@ -192,6 +192,7 @@ module FDCE (output Q, input C, CE, D, CLR);
 endmodule
 module FDCE_1 (output Q, input C, CE, D, CLR);
   parameter [0:0] INIT = 1'b0;
+  wire QQ, $nextQ, $abc9_currQ;
   generate if (INIT == 1'b1) begin
     assign Q = ~QQ;
     FDPE_1 #(