1
0
mirror of synced 2026-04-30 13:42:32 +00:00

Update verific API version check

This commit is contained in:
Miodrag Milanovic
2020-06-30 12:13:13 +02:00
parent f7fdd99e45
commit 561890c4e8

View File

@@ -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