3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-20 19:03:31 +00:00

Fix test cases.

This commit is contained in:
nella 2026-04-01 18:40:51 +02:00 committed by nella
parent 135812ab02
commit c3c577f333
6 changed files with 67 additions and 195 deletions

View file

@ -213,8 +213,7 @@ struct Rewriter {
return false;
}
std::vector<Operand> extract_chain_operands(const pool<Cell *> &chain, Cell *root, const dict<Cell *, Cell *> &parent_of,
int &neg_compensation)
std::vector<Operand> extract_chain_operands(const pool<Cell *> &chain, Cell *root, const dict<Cell *, Cell *> &parent_of, int &neg_compensation)
{
pool<SigBit> chain_bits = internal_bits(chain);