made vlsi flow slightly cleaner
This commit is contained in:
8
.github/workflows/chipyard-full-flow.yml
vendored
8
.github/workflows/chipyard-full-flow.yml
vendored
@@ -142,10 +142,6 @@ jobs:
|
||||
echo "drc.magic.magic_bin: $PWD/.conda-signoff/bin/magic" >> tutorial.yml
|
||||
echo "lvs.netgen.netgen_bin: $PWD/.conda-signoff/bin/netgen" >> tutorial.yml
|
||||
echo "" >> tutorial.yml
|
||||
echo "# RocketTile clock name is 'clock'" >> tutorial.yml
|
||||
echo "vlsi.inputs.clocks: [" >> tutorial.yml
|
||||
echo " {name: clock, period: 30ns, uncertainty: 3ns}" >> tutorial.yml
|
||||
echo "]" >> tutorial.yml
|
||||
echo "# speed up tutorial runs & declutter log output" >> tutorial.yml
|
||||
echo "par.openroad.timing_driven: false" >> tutorial.yml
|
||||
echo "par.openroad.write_reports: false" >> tutorial.yml
|
||||
@@ -154,9 +150,9 @@ jobs:
|
||||
conda config --remove channels defaults
|
||||
|
||||
export tutorial=sky130-openroad
|
||||
export EXTRA_CONFS="example-designs/sky130-openroad-rockettile.yml tutorial.yml"
|
||||
export EXTRA_CONFS=tutorial.yml
|
||||
export VLSI_TOP=RocketTile
|
||||
make buildfile
|
||||
make buildfile -B
|
||||
make syn
|
||||
# openroad freezes during some write commands after detailed route
|
||||
# so need to stop the flow & run last step separately
|
||||
|
||||
Reference in New Issue
Block a user