mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Sub1 fix
This commit is contained in:
parent
ac0a9e7366
commit
2337d97977
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ bool is_blackbox(Netlist *nl)
|
|||
|
||||
RTLIL::IdString VerificImporter::new_verific_id(Verific::DesignObj *obj)
|
||||
{
|
||||
std::string s = stringf("$%s", obj->Name());
|
||||
std::string s = stringf("$%s$%d", obj->Name(), autoidx++);
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue