mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-30 11:12:29 +00:00
Reapply "Merge pull request #5301 from KrystalDelusion/krys/re_5280"
This reverts commit 88eb83a0c3.
This commit is contained in:
parent
727998f663
commit
f102b25914
7 changed files with 171 additions and 34 deletions
|
|
@ -880,7 +880,7 @@ struct Parser {
|
|||
}
|
||||
}
|
||||
}
|
||||
var.clk_en = find_single_cap(pdef.clken, cram.options, portopts, "clken");
|
||||
var.clk_en = find_single_cap(pdef.clken, cram.options, portopts, "clken") != nullptr;
|
||||
}
|
||||
const PortWidthDef *wdef = find_single_cap(pdef.width, cram.options, portopts, "width");
|
||||
if (wdef) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue