mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Naming improvements
This commit is contained in:
parent
f855b39dbb
commit
52a1493548
3 changed files with 63 additions and 65 deletions
|
@ -44,7 +44,7 @@ void apply_prefix(IdString prefix, IdString &id)
|
|||
if (id[0] == '\\')
|
||||
id = stringf("%s.%s", prefix.c_str(), id.c_str()+1);
|
||||
else
|
||||
id = stringf("$techmap%s.%s", prefix.c_str(), id.c_str());
|
||||
id = stringf("\\%s.%s", prefix.c_str(), id.c_str());
|
||||
}
|
||||
|
||||
void apply_prefix(IdString prefix, RTLIL::SigSpec &sig, RTLIL::Module *module)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue