projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
375fcbe
)
Another typo
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 11 Jul 2019 05:33:35 +0000
(22:33 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 11 Jul 2019 05:33:35 +0000
(22:33 -0700)
techlibs/xilinx/abc_ff.v
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/abc_ff.v
b/techlibs/xilinx/abc_ff.v
index 8e0b578aba053dd41f51a3838049eb7c4cd456c9..e4937f646f627109153420d19fe33f8c351513b6 100644
(file)
--- a/
techlibs/xilinx/abc_ff.v
+++ b/
techlibs/xilinx/abc_ff.v
@@
-112,7
+112,7
@@
module FDPE (output reg Q, input C, CE, D, PRE);
\$__ABC_FD_ASYNC_MUX abc_async_mux (.A(1'b1), .B(\$currQ ), .S(PRE), .Y(Q));
endgenerate
endmodule
-module FDPE_1 (output reg Q, input C, CE, D,
CLR
);
+module FDPE_1 (output reg Q, input C, CE, D,
PRE
);
parameter [0:0] INIT = 1'b0;
wire \$nextQ , \$currQ ;
\$__ABC_FDPE_1 #(