mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-20 19:03:31 +00:00
Fix test cases.
This commit is contained in:
parent
135812ab02
commit
c3c577f333
6 changed files with 67 additions and 195 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue