mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 05:08:56 +00:00
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
This commit is contained in:
parent
1202f7aa4b
commit
1cb25c05b3
41 changed files with 790 additions and 665 deletions
|
@ -41,7 +41,7 @@ static std::string genid(std::string name, std::string token1 = "", int i = -1,
|
|||
if (k >= 0)
|
||||
sstr << "[" << k << "]";
|
||||
|
||||
sstr << token4 << "$" << (RTLIL::autoidx++);
|
||||
sstr << token4 << "$" << (autoidx++);
|
||||
return sstr.str();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue