projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19bc429
)
Missing wire declaration
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 5 Dec 2019 07:04:40 +0000
(23:04 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 5 Dec 2019 07:04:40 +0000
(23:04 -0800)
techlibs/xilinx/abc9_map.v
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/abc9_map.v
b/techlibs/xilinx/abc9_map.v
index 3fa5f5a1cd4468c2b4beef0381e1fec3c86efc65..d2159f82d3c1ff562aee247caa6c90b1892df97c 100644
(file)
--- a/
techlibs/xilinx/abc9_map.v
+++ b/
techlibs/xilinx/abc9_map.v
@@
-192,6
+192,7
@@
module FDCE (output Q, input C, CE, D, CLR);
endmodule
module FDCE_1 (output Q, input C, CE, D, CLR);
parameter [0:0] INIT = 1'b0;
+ wire QQ, $nextQ, $abc9_currQ;
generate if (INIT == 1'b1) begin
assign Q = ~QQ;
FDPE_1 #(