3
0
Fork 0
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:
Eddie Hung 2019-09-20 14:21:22 -07:00
parent d122083a11
commit 53817b8575
4 changed files with 22 additions and 22 deletions

View file

@ -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) {