mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-07 07:45:47 +00:00
pass no_split_complex_ports to hierarchy command
This commit is contained in:
parent
cad46d9c66
commit
615f523ef4
3 changed files with 12 additions and 6 deletions
|
@ -27,7 +27,7 @@ YOSYS_NAMESPACE_BEGIN
|
|||
extern int verific_verbose;
|
||||
|
||||
extern bool verific_import_pending;
|
||||
extern std::string verific_import(Design *design, const std::map<std::string,std::string> ¶meters, std::string top = std::string(), bool opt = true);
|
||||
extern std::string verific_import(Design *design, const std::map<std::string,std::string> ¶meters, std::string top = std::string(), bool opt = true, bool no_split_complex_ports = true);
|
||||
|
||||
extern pool<int> verific_sva_prims;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue