mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Fixed gcc warnings and added error handling to shell escape
This commit is contained in:
parent
cd5767d61b
commit
35b4a2c553
2 changed files with 5 additions and 1 deletions
|
@ -73,6 +73,7 @@ struct SccWorker
|
|||
}
|
||||
|
||||
if (cellLabels[cell].first == cellLabels[cell].second)
|
||||
{
|
||||
if (cellStack.back() == cell)
|
||||
{
|
||||
cellStack.pop_back();
|
||||
|
@ -93,6 +94,7 @@ struct SccWorker
|
|||
sccList.push_back(scc);
|
||||
log("\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
SccWorker(RTLIL::Design *design, RTLIL::Module *module, bool allCellTypes, int maxDepth) : design(design), module(module), sigmap(module)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue