projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9e830
)
Add blackbox model for $__ABC9_FF_ so that clock partitioning works
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 20 Nov 2019 22:30:56 +0000
(14:30 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Wed, 20 Nov 2019 22:30:56 +0000
(14:30 -0800)
techlibs/xilinx/abc9_model.v
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/abc9_model.v
b/techlibs/xilinx/abc9_model.v
index c17d6744a873326c18c79b8753b8a18e7e1aa96b..cc0e5ec41b2bb46cdbbecd465f569a9c33198e59 100644
(file)
--- a/
techlibs/xilinx/abc9_model.v
+++ b/
techlibs/xilinx/abc9_model.v
@@
-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