mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 11:41:23 +00:00
Import more std:: stuff into Yosys namespace
This commit is contained in:
parent
da923c198e
commit
207736b4ee
39 changed files with 168 additions and 161 deletions
|
@ -265,7 +265,7 @@ struct PerformReduction
|
|||
}
|
||||
int max_child_depth = 0;
|
||||
for (auto &bit : drv.second)
|
||||
max_child_depth = std::max(register_cone_worker(celldone, sigdepth, bit), max_child_depth);
|
||||
max_child_depth = max(register_cone_worker(celldone, sigdepth, bit), max_child_depth);
|
||||
sigdepth[out] = max_child_depth + 1;
|
||||
} else {
|
||||
pi_bits.push_back(out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue