#26 QFlow Fails Due to ABC String Length Assertion
Issue opened by yrrapt
Running a design through QFlow fails during synthesis due to ABC stage due to the following assertion fail:
``ABC: Scl_Libertyosys-abc: src/map/scl/sclLiberty.c
344 Scl_LibertyReadString: Assertion `Pair.End-Pair.Beg < ABC_MAX_LIB_STR_LEN' failed.``
I worked around this by just increasing the
ABC_MAX_LIB_STR_LEN
in the ABC source files and recompiled Yosys but I suspect there's a more elegant way to get around this issue.
RTimothyEdwards/open_pdks