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:
parent
1d34fd7608
commit
f94266bb42
2 changed files with 145 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue