mirror of https://github.com/YosysHQ/yosys.git
abc9_ops: update comment
This commit is contained in:
parent
574812d9a5
commit
4f0f321169
|
@ -547,7 +547,7 @@ void mark_scc(RTLIL::Module *module)
|
||||||
// For every unique SCC found, (arbitrarily) find the first
|
// For every unique SCC found, (arbitrarily) find the first
|
||||||
// cell in the component, and replace its output connections
|
// cell in the component, and replace its output connections
|
||||||
// with a new wire driven by the old connection but with a
|
// with a new wire driven by the old connection but with a
|
||||||
// special (* abc9_scc *) attribute set (which is used by
|
// special (* abc9_keep *) attribute set (which is used by
|
||||||
// write_xaiger to break this wire into PI and POs)
|
// write_xaiger to break this wire into PI and POs)
|
||||||
pool<RTLIL::Const> ids_seen;
|
pool<RTLIL::Const> ids_seen;
|
||||||
for (auto cell : module->cells()) {
|
for (auto cell : module->cells()) {
|
||||||
|
|
Loading…
Reference in New Issue