Merge branch 'fix_top_buffers_again' of github.com:efabless/caravel into fix_top_buffers_again

This commit is contained in:
kareem 2022-10-16 07:01:55 -07:00
commit aa2dfe9421
8 changed files with 24277 additions and 25420 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -79,7 +79,6 @@ EOF
echo "Generating LEF view of chip_io" echo "Generating LEF view of chip_io"
export MAGTYPE=maglef export MAGTYPE=maglef
magic -d OGL -rcfile ${PDK_ROOT}/${PDK}/libs.tech/magic/${PDK}.magicrc << EOF magic -d OGL -rcfile ${PDK_ROOT}/${PDK}/libs.tech/magic/${PDK}.magicrc << EOF
# To do: Read abstract views of subcells
load chip_io -dereference load chip_io -dereference
select top cell select top cell
lef write lef write
@ -90,7 +89,6 @@ EOF
echo "Generating LEF view of chip_io_alt" echo "Generating LEF view of chip_io_alt"
export MAGTYPE=maglef export MAGTYPE=maglef
magic -d OGL -rcfile ${PDK_ROOT}/${PDK}/libs.tech/magic/${PDK}.magicrc << EOF magic -d OGL -rcfile ${PDK_ROOT}/${PDK}/libs.tech/magic/${PDK}.magicrc << EOF
# To do: Read abstract views of subcells
load chip_io_alt -dereference load chip_io_alt -dereference
select top cell select top cell
lef write lef write