abc9_ops: add 'dff' label for auto handling of (* abc9_flop *) boxes

This commit is contained in:
Eddie Hung
2020-05-14 10:33:56 -07:00
parent accfc70fc2
commit 95763c8d18
9 changed files with 403 additions and 640 deletions
-3
View File
@@ -1,6 +1,3 @@
module \$__ABC9_FF_ (input D, output Q);
endmodule
(* abc9_box *)
module \$__ABC9_DELAY (input I, output O);
parameter DELAY = 0;