fixing typo
This commit is contained in:
8
.github/workflows/chipyard-full-flow.yml
vendored
8
.github/workflows/chipyard-full-flow.yml
vendored
@@ -151,7 +151,7 @@ jobs:
|
|||||||
echo "par.openroad.write_reports: false" >> tutorial.yml
|
echo "par.openroad.write_reports: false" >> tutorial.yml
|
||||||
|
|
||||||
conda config --remove channels litex-hub
|
conda config --remove channels litex-hub
|
||||||
conda config --remove channels defaultss
|
conda config --remove channels defaults
|
||||||
|
|
||||||
export tutorial=sky130-openroad
|
export tutorial=sky130-openroad
|
||||||
export EXTRA_CONFS="example-designs/sky130-openroad-rockettile.yml tutorial.yml"
|
export EXTRA_CONFS="example-designs/sky130-openroad-rockettile.yml tutorial.yml"
|
||||||
@@ -159,8 +159,10 @@ jobs:
|
|||||||
make buildfile
|
make buildfile
|
||||||
make syn
|
make syn
|
||||||
make par
|
make par
|
||||||
make drc
|
# openroad freezes during the write_sdf command, so don't run last step for now
|
||||||
make lvs
|
# make par HAMMER_EXTRA_ARGS="--stop_before_step write_design"
|
||||||
|
# make drc
|
||||||
|
# make lvs
|
||||||
|
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|||||||
Reference in New Issue
Block a user