mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-24 23:03:42 +00:00
kernel: SigSpec use more const& + overloads to prevent implicit SigSpec
This commit is contained in:
parent
b567f03c26
commit
432a09af80
14 changed files with 96 additions and 82 deletions
|
@ -286,7 +286,7 @@ struct ExtractReducePass : public Pass
|
|||
SigSpec input;
|
||||
for (auto b : input_pool)
|
||||
if (input_pool_intermed.count(b) == 0)
|
||||
input.append_bit(b);
|
||||
input.append(b);
|
||||
|
||||
SigBit output = sigmap(head_cell->getPort(ID::Y)[0]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue