Hello, I am working on the integration of my core...
# openlane
j
Hello, I am working on the integration of my core and I finally have been able to solve some run failures related with yosys. I found out that during the execution of _`make user_project_wrapper`_ my synthesis step fails with the next error: > Error: /tmp/pdks_master/sky130A/libs.ref/sky130_fd_sc_hd/lib/sky130_fd_sc_hd__ss_100C_1v60.lib, line 134019 syntax error, unexpected $end, expecting STRING or KEYWORD or '}'. Looking at the lib (which I am attaching here), it seems like there is bracker of the library definition that is not closed. Would it be possible for you to confirm if this is a bug in the master or if there's something with the openlane build I'm using.