SymbiFlow / yosys

SymbiFlow WIP changes for Yosys Open SYnthesis Suite
http://www.clifford.at/yosys/
ISC License
37 stars 9 forks source link

Adding variable to ABCMKARGS option #93

Closed sharmaln closed 3 years ago

sharmaln commented 3 years ago

While generating libyosys.so with ABC, ABC needs to be compiled with -fPIC option. To enable that, we need to add 'ABC_USE_PIC=1' to ABCMKARGS variable. Is this is not added then the compilation is failing. Yosys is compiled with this option: 'make install ENABLE_LIBYOSYS=1 LINK_ABC=1'