mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
opt_lut_ins: fix name of global object. NFCI
This commit is contained in:
@@ -278,7 +278,7 @@ struct OptLutInsPass : public Pass {
|
|||||||
module->remove(cell);
|
module->remove(cell);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} XilinxDffOptPass;
|
} OptLutInsPass;
|
||||||
|
|
||||||
PRIVATE_NAMESPACE_END
|
PRIVATE_NAMESPACE_END
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user