removing lvs from flow due to small bug

This commit is contained in:
Nayiri Krzysztofowicz
2023-03-13 09:58:17 -07:00
parent 2d8e5cba6c
commit aabf8cdca8

View File

@@ -160,9 +160,10 @@ jobs:
make syn
# openroad freezes during the write_sdf command, so don't run last step for now
make par HAMMER_EXTRA_ARGS="--stop_before_step write_design"
make par HAMMER_EXTRA_ARGS="--start_before_step write_design"
make redo-par HAMMER_EXTRA_ARGS="--start_before_step write_design"
make drc
make lvs
# doesn't work for now bc of hammer sky130 plugin bug, fix in next release
# make lvs
cleanup: