i am facing this error while running `make user_pr...
# openlane
m
i am facing this error while running
make user_project_wrapper
don't know why, someone what 2 do
m
what is the line causing the syntax error?
m
reg \initial  = 0;
it says here reg is unexpected here, which is generated by yosys
[ERROR]: during executing: "openroad -exit /openLANE_flow/scripts/sta.tcl |& tee >&@stdout/project/openlane/user_project_wrapper/runs/user_project_wrapper/logs/synthesis/2-opensta"
[ERROR]: Exit code: 1
[ERROR]: Last 10 lines:
m
Hmm. Maybe because initial values aren't allowed for ASIC? Related to how you handle reset?
Not sure