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:
parent
73902607cd
commit
afe3b18a04
1 changed files with 3 additions and 3 deletions
|
@ -785,9 +785,9 @@ 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++)
|
||||
mwr.priority_mask.push_back(false);
|
||||
// if (wr_wide_continuation[j] != State::S1)
|
||||
// mwr.priority_mask.push_back(priority_mask[j] == State::S1);
|
||||
if (wr_wide_continuation[j] != State::S1)
|
||||
mwr.priority_mask.push_back(false);
|
||||
// mwr.priority_mask.push_back(priority_mask[j] == State::S1);
|
||||
}
|
||||
res.wr_ports.push_back(mwr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue