mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 03:31:24 +00:00
Use new port/param overload in pmg
This commit is contained in:
parent
d122083a11
commit
53817b8575
4 changed files with 22 additions and 22 deletions
|
@ -290,7 +290,7 @@ void pack_xilinx_dsp(xilinx_dsp_pm &pm)
|
|||
st.sigD.extend_u0(25, D_SIGNED);
|
||||
cell->setPort(ID(A), st.sigA);
|
||||
cell->setPort(ID(D), st.sigD);
|
||||
cell->connections_.at(ID(INMODE)) = Const::from_string("00100");
|
||||
cell->setPort(ID(INMODE), Const::from_string("00100"));
|
||||
|
||||
if (st.ffAD) {
|
||||
if (st.ffADcemux) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue