Joel Sanchez
11/30/2020, 2:32 PMmake user_project_wrapper
I am seeing the next errors:
OpenROAD 0.9.0 d03ebfc244
This program is licensed under the BSD-3 license. See the LICENSE file for details.
Components of this program may be licensed under more restrictive licenses which must be honored.
Error: cannot open '/.openroad'.
Warning: /home/ubuntu/google-shuttle/new-env/sky130A/libs.ref/sky130_fd_sc_hd/lib/sky130_fd_sc_hd__tt_025C_1v80.lib, line 31 default_operating_condition tt_025C_1v80 not found.
Notice 0: Reading LEF file: /project/openlane/user_project_wrapper/runs/user_project_wrapper/tmp/merged_unpadded.lef
Notice 0: Created 13 technology layers
Notice 0: Created 25 technology vias
Notice 0: Created 437 library cells
Notice 0: Finished LEF file: /project/openlane/user_project_wrapper/runs/user_project_wrapper/tmp/merged_unpadded.lef
Error: /project/openlane/user_project_wrapper/runs/user_project_wrapper/results/synthesis/user_project_wrapper.synthesis.v, line 4 syntax error, unexpected REG.
Error: /project/openlane/user_project_wrapper/runs/user_project_wrapper/results/synthesis/user_project_wrapper.synthesis.v, line 5 syntax error, unexpected REG.
Error: /project/openlane/user_project_wrapper/runs/user_project_wrapper/results/synthesis/user_project_wrapper.synthesis.v, line 6 syntax error, unexpected REG.
Error: /project/openlane/user_project_wrapper/runs/user_project_wrapper/results/synthesis/user_project_wrapper.synthesis.v, line 7 syntax error, unexpected REG.
Error: /project/openlane/user_project_wrapper/runs/user_project_wrapper/results/synthesis/user_project_wrapper.synthesis.v, line 8 syntax error, unexpected REG.
Error: /project/openlane/user_project_wrapper/runs/user_project_wrapper/results/synthesis/user_project_wrapper.synthesis.v, line 9 syntax error, unexpected REG.
I tried to download openlane and the rest of tools again just in case I had an old version, I also merged with the last version of caravel repository. Seeing Error: cannot open '/.openroad'.
worries me a bit, but the example project works so I am not sure if this is an issue or not. Unfortunately, the user_project_wrapper.synthesis.v
file does not provide much information. I was wondering of some of you have seen this error before.