mirror of https://github.com/efabless/caravel.git
Merge branch 'fix_top_buffers_again' of github.com:efabless/caravel into fix_top_buffers_again
This commit is contained in:
commit
aa2dfe9421
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
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue