3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-13 02:34:44 +00:00

Another try on mem fix

This commit is contained in:
Akash Levy 2024-10-01 21:57:59 -07:00
parent 73902607cd
commit afe3b18a04

View file

@ -785,8 +785,8 @@ namespace {
if (!is_compat) {
// Const priority_mask = cell->parameters.at(ID::WR_PRIORITY_MASK).extract(i * n_wr_ports, n_wr_ports);
for (int j = 0; j < n_wr_ports; j++)
if (wr_wide_continuation[j] != State::S1)
mwr.priority_mask.push_back(false);
// if (wr_wide_continuation[j] != State::S1)
// mwr.priority_mask.push_back(priority_mask[j] == State::S1);
}
res.wr_ports.push_back(mwr);