mirror of https://github.com/YosysHQ/nextpnr.git
xilinx: Fix RAM256X1S packing
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
0cd6e72d5f
commit
05e6915369
|
|
@ -461,7 +461,7 @@ void XilinxPacker::pack_dram()
|
|||
z--;
|
||||
}
|
||||
// Decode mux tree using MUXF[78]
|
||||
create_muxf_tree(base, "O", o_pre, addressw_high, o, m256 ? 4 : 2);
|
||||
create_muxf_tree(base, "O", o_pre, addressw_high, o, m256 ? 0 : 2);
|
||||
packed_cells.insert(ci->name);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue