#103 yosys dislikes newlines in liberty files
Issue opened by thesourcerer8
Since the commit
6b6a3a2
I got and error from openlane with my liberty file:
1. Executing Liberty frontend.
Imported 428 cell types from liberty file.2. Executing Liberty frontend.
ERROR: Syntax error in liberty file on line 29.
Unexpected newline.
[ERROR]: during executing: "yosys -c /openLANE_flow/scripts/synth.tcl -l /project/openlane/user_proj_example/runs/user_proj_example/logs/synthesis/yosys.log |& tee >&
@stdout"
[ERROR]: Exit code: 1
The whole build log is available here:
https://pdk.libresilicon.com/caravel-build6.html
I am not sure whether the commit actually enabled the liberty file to be parsed at all, or whether it somehow stopped formatting the files properly when merging them.
efabless/openlane