3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Added eval -vloghammer_report mode

This commit is contained in:
Clifford Wolf 2013-11-06 04:14:56 +01:00
parent 1d34fd7608
commit f94266bb42
2 changed files with 145 additions and 4 deletions

View file

@ -1152,6 +1152,9 @@ bool RTLIL::SigSpec::parse(RTLIL::SigSpec &sig, RTLIL::Module *module, std::stri
continue;
}
if (module == NULL)
return false;
if (netname[0] != '$' && netname[0] != '\\')
netname = "\\" + netname;