xilinx: Fix RAM256X1S packing

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2026-02-21 19:19:28 +01:00
parent 0cd6e72d5f
commit 05e6915369
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}