aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-04-13 09:38:07 -0700
committerEddie Hung <eddie@fpgeh.com>2020-05-14 10:33:56 -0700
commit95763c8d18eec49de3acff5d38a82f54cc25cb1b (patch)
tree29350a6c58a7654873e31ac93c6248219a66dfc7 /techlibs/common
parentaccfc70fc2bcfaa5f9f58e8a113a32e506f5081d (diff)
downloadyosys-95763c8d18eec49de3acff5d38a82f54cc25cb1b.tar.gz
yosys-95763c8d18eec49de3acff5d38a82f54cc25cb1b.tar.bz2
yosys-95763c8d18eec49de3acff5d38a82f54cc25cb1b.zip
abc9_ops: add 'dff' label for auto handling of (* abc9_flop *) boxes
Diffstat (limited to 'techlibs/common')
-rw-r--r--techlibs/common/abc9_model.v3
1 files changed, 0 insertions, 3 deletions
diff --git a/techlibs/common/abc9_model.v b/techlibs/common/abc9_model.v
index c0c5dc2fd..9e8048faf 100644
--- a/techlibs/common/abc9_model.v
+++ b/techlibs/common/abc9_model.v
@@ -1,6 +1,3 @@
-module \$__ABC9_FF_ (input D, output Q);
-endmodule
-
(* abc9_box *)
module \$__ABC9_DELAY (input I, output O);
parameter DELAY = 0;