removed VLSI PnR part of CI flow
This commit is contained in:
9
.github/workflows/chipyard-full-flow.yml
vendored
9
.github/workflows/chipyard-full-flow.yml
vendored
@@ -158,12 +158,13 @@ jobs:
|
|||||||
export VLSI_TOP=RocketTile
|
export VLSI_TOP=RocketTile
|
||||||
make buildfile
|
make buildfile
|
||||||
make syn
|
make syn
|
||||||
|
# NOTE: commenting out for now bc this times out - need to debug why
|
||||||
# openroad freezes during some write commands after detailed route
|
# openroad freezes during some write commands after detailed route
|
||||||
# so need to stop the flow & run last step separately
|
# so need to stop the flow & run last step separately
|
||||||
make par HAMMER_EXTRA_ARGS="--stop_after_step extraction"
|
# make par HAMMER_EXTRA_ARGS="--stop_after_step extraction"
|
||||||
make redo-par HAMMER_EXTRA_ARGS="--start_before_step extraction"
|
# make redo-par HAMMER_EXTRA_ARGS="--start_before_step extraction"
|
||||||
make drc
|
# make drc
|
||||||
make lvs
|
# make lvs
|
||||||
|
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|||||||
Reference in New Issue
Block a user