mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-24 23:03:42 +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)
|
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;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue