#26 QFlow Fails Due to ABC String Length Assertion...
# open_pdks
g
#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.c344 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