mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-09 08:45:48 +00:00
Resolve reg naming to some extent
This commit is contained in:
parent
2d105fc2c3
commit
1eee11846e
5 changed files with 97 additions and 90 deletions
|
@ -82,6 +82,7 @@ struct VerificImporter
|
|||
RTLIL::SigBit net_map_at(Verific::Net *net);
|
||||
|
||||
RTLIL::IdString new_verific_id(Verific::DesignObj *obj);
|
||||
RTLIL::IdString new_verific_id_suffix(RTLIL::IdString id, const char *suffix);
|
||||
void import_attributes(dict<RTLIL::IdString, RTLIL::Const> &attributes, Verific::DesignObj *obj, Verific::Netlist *nl = nullptr, int wire_width_hint = -1);
|
||||
|
||||
RTLIL::SigBit netToSigBit(Verific::Net *net);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue