mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Rename "singleton" pass to "uniquify"
This commit is contained in:
parent
d38a64b1cf
commit
ca53fba44a
3 changed files with 22 additions and 21 deletions
|
@ -526,7 +526,7 @@ struct SimInstance
|
|||
void writeback(pool<Module*> &wbmods)
|
||||
{
|
||||
if (wbmods.count(module))
|
||||
log_error("Instance %s of module %s is not unique: Writeback not possible. (Fix by running 'singleton'.)\n", hiername().c_str(), log_id(module));
|
||||
log_error("Instance %s of module %s is not unique: Writeback not possible. (Fix by running 'uniquify'.)\n", hiername().c_str(), log_id(module));
|
||||
|
||||
wbmods.insert(module);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue