mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 11:25:53 +00:00
Merge pull request #2209 from YosysHQ/verific_update
Update verific API version check
This commit is contained in:
commit
79d81b7f4f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ USING_YOSYS_NAMESPACE
|
|||
# error "Only Symbiotic EDA flavored Verific is supported. Please contact office@symbioticeda.com for commercial support for Yosys+Verific."
|
||||
#endif
|
||||
|
||||
#if SYMBIOTIC_VERIFIC_API_VERSION < 1
|
||||
#if SYMBIOTIC_VERIFIC_API_VERSION < 202006
|
||||
# error "Please update your version of Symbiotic EDA flavored Verific."
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue