mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-17 00:32:17 +00:00
Add "verific -import -V"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
252627fc54
commit
92d5f4db6f
2 changed files with 18 additions and 6 deletions
|
@ -65,9 +65,9 @@ struct VerificImporter
|
|||
std::map<Verific::Net*, RTLIL::SigBit> net_map;
|
||||
std::map<Verific::Net*, Verific::Net*> sva_posedge_map;
|
||||
|
||||
bool mode_gates, mode_keep, mode_nosva, mode_names;
|
||||
bool mode_gates, mode_keep, mode_nosva, mode_names, mode_verific;
|
||||
|
||||
VerificImporter(bool mode_gates, bool mode_keep, bool mode_nosva, bool mode_names);
|
||||
VerificImporter(bool mode_gates, bool mode_keep, bool mode_nosva, bool mode_names, bool mode_verific);
|
||||
|
||||
RTLIL::SigBit net_map_at(Verific::Net *net);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue