mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-05 01:27:43 +00:00
Revert "Merge pull request #5301 from KrystalDelusion/krys/re_5280"
This reverts commitc9a602e882
, reversing changes made to51eaaffe09
.
This commit is contained in:
parent
c9a602e882
commit
88eb83a0c3
7 changed files with 34 additions and 171 deletions
|
@ -878,7 +878,7 @@ struct Parser {
|
|||
}
|
||||
}
|
||||
}
|
||||
var.clk_en = find_single_cap(pdef.clken, cram.options, portopts, "clken") != nullptr;
|
||||
var.clk_en = find_single_cap(pdef.clken, cram.options, portopts, "clken");
|
||||
}
|
||||
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