messed up something with steps, trying again
This commit is contained in:
7
.github/workflows/chipyard-full-flow.yml
vendored
7
.github/workflows/chipyard-full-flow.yml
vendored
@@ -158,9 +158,10 @@ jobs:
|
|||||||
export VLSI_TOP=RocketTile
|
export VLSI_TOP=RocketTile
|
||||||
make buildfile
|
make buildfile
|
||||||
make syn
|
make syn
|
||||||
# openroad freezes during the write_sdf command, so don't run last step for now
|
# openroad freezes during some write commands after detailed route
|
||||||
make par HAMMER_EXTRA_ARGS="--stop_before_step write_design"
|
# so need to stop the flow & run last step separately
|
||||||
make redo-par HAMMER_EXTRA_ARGS="--start_before_step write_design"
|
make par HAMMER_EXTRA_ARGS="--stop_after_step extraction"
|
||||||
|
make redo-par HAMMER_EXTRA_ARGS="--start_before_step extraction"
|
||||||
make drc
|
make drc
|
||||||
# doesn't work for now bc of hammer sky130 plugin bug, fix in next release
|
# doesn't work for now bc of hammer sky130 plugin bug, fix in next release
|
||||||
# make lvs
|
# make lvs
|
||||||
|
|||||||
Reference in New Issue
Block a user