You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#13 did not account for the fact that older versions of yosys do not have the -compat-int option for write_json. This causes this extension to fail when an older version of yosys is used (in particular the version of yosys currently present on conda does not have this option).
The version of yosys should be checked to determine whether the -compat_int options should be added to write_json.
changed the title [-]Usage of -compat-int on yosys should depends on its version[/-][+]Usage of -compat-int on yosys should depend on its version[/+]on Apr 18, 2020
@daniellimws - I would say we just drop support for any version of Yosys that is too old? IE The minimum yosys version required is XXX where that is after the -compat_int was added?
Activity
[-]Usage of -compat-int on yosys should depends on its version[/-][+]Usage of -compat-int on yosys should depend on its version[/+]mithro commentedon Apr 18, 2020
@daniellimws - I would say we just drop support for any version of Yosys that is too old? IE The minimum yosys version required is XXX where that is after the
-compat_int
was added?daniellimws commentedon Apr 19, 2020
Ok. There should be no problem with this once yosys in conda is updated.