projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0597a3e
)
Add assign PCOUT = P to DSP48E1
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 13 Aug 2019 19:19:26 +0000
(12:19 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 13 Aug 2019 19:19:26 +0000
(12:19 -0700)
techlibs/xilinx/cells_sim.v
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/cells_sim.v
b/techlibs/xilinx/cells_sim.v
index 2731cb454eda64a263690ed9fe2818a37b48eab2..02ce0d61b4e223ed1e733b7abb3e89b6c822f973 100644
(file)
--- a/
techlibs/xilinx/cells_sim.v
+++ b/
techlibs/xilinx/cells_sim.v
@@
-784,4
+784,6
@@
module DSP48E1 (
end
endgenerate
+ assign PCOUT = P;
+
endmodule