mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
macc: Rename 'ports' to 'terms' throughout codebase
This commit is contained in:
parent
05cd1e2942
commit
91cd382f8b
8 changed files with 121 additions and 121 deletions
|
@ -315,7 +315,7 @@ struct ConstEval
|
|||
Macc macc;
|
||||
macc.from_cell(cell);
|
||||
|
||||
for (auto &port : macc.ports) {
|
||||
for (auto &port : macc.terms) {
|
||||
if (!eval(port.in_a, undef, cell))
|
||||
return false;
|
||||
if (!eval(port.in_b, undef, cell))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue