mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Remove unused and_cell
This commit is contained in:
parent
6a7e2d2572
commit
b9456acdd1
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ struct BreakSopPass : public Pass {
|
|||
|
||||
// Construct $reduce_and cells
|
||||
pool<SigBit> intermed_wires;
|
||||
Cell *and_cell;
|
||||
for (int i = 0; i < sop_depth; i++) {
|
||||
// Wire for the output
|
||||
auto and_out = module->addWire(NEW_ID2_SUFFIX("andterm_out"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue