projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad35b50
)
Another typo
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 11 Jul 2019 02:59:24 +0000
(19:59 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 11 Jul 2019 02:59:24 +0000
(19:59 -0700)
techlibs/xilinx/abc_ff.v
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/abc_ff.v
b/techlibs/xilinx/abc_ff.v
index 91cfbc4c410cfaf31dfc49086e6f6b280679c48c..6f9011ef14afa36fc9699750cec2f4c3eb9b40ce 100644
(file)
--- a/
techlibs/xilinx/abc_ff.v
+++ b/
techlibs/xilinx/abc_ff.v
@@
-94,7
+94,7
@@
module FDPE (output reg Q, input C, CE, D, PRE);
parameter [0:0] IS_D_INVERTED = 1'b0;
parameter [0:0] IS_PRE_INVERTED = 1'b0;
wire \$nextQ , \$currQ ;
- \$__ABC_FD
C
E #(
+ \$__ABC_FD
P
E #(
.INIT(|0),
.IS_C_INVERTED(IS_C_INVERTED),
.IS_D_INVERTED(IS_D_INVERTED),