Add blackbox model for $__ABC9_FF_ so that clock partitioning works
authorEddie Hung <eddie@fpgeh.com>
Wed, 20 Nov 2019 22:30:56 +0000 (14:30 -0800)
committerEddie Hung <eddie@fpgeh.com>
Wed, 20 Nov 2019 22:30:56 +0000 (14:30 -0800)
techlibs/xilinx/abc9_model.v

index c17d6744a873326c18c79b8753b8a18e7e1aa96b..cc0e5ec41b2bb46cdbbecd465f569a9c33198e59 100644 (file)
@@ -30,6 +30,9 @@ module \$__XILINX_MUXF78 (output O, input I0, I1, I2, I3, S0, S1);
                 : (S0 ? I1 : I0);
 endmodule
 
+module \$__ABC9_FF_ (input D, output Q);
+endmodule
+
 (* abc_box_id = 1000 *)
 module \$__ABC9_ASYNC (input A, S, output Y);
 endmodule