mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Smallfix
This commit is contained in:
parent
6204be060c
commit
fcd073ab51
1 changed files with 1 additions and 1 deletions
|
@ -2935,7 +2935,7 @@ void verific_cleanup()
|
||||||
verific_import_pending = false;
|
verific_import_pending = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string verific_import(Design *design, const std::map<std::string,std::string> ¶meters, std::string top, bool opt = true)
|
std::string verific_import(Design *design, const std::map<std::string,std::string> ¶meters, std::string top, bool opt)
|
||||||
{
|
{
|
||||||
verific_sva_fsm_limit = 16;
|
verific_sva_fsm_limit = 16;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue