mirror of https://github.com/efabless/caravel.git
Merge branch 'fix_top_buffers_again' into caravel_redesign-top-level
This commit is contained in:
commit
38e78abfd5
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"
|
||||
export MAGTYPE=maglef
|
||||
magic -d OGL -rcfile ${PDK_ROOT}/${PDK}/libs.tech/magic/${PDK}.magicrc << EOF
|
||||
# To do: Read abstract views of subcells
|
||||
load chip_io -dereference
|
||||
select top cell
|
||||
lef write
|
||||
|
@ -90,7 +89,6 @@ EOF
|
|||
echo "Generating LEF view of chip_io_alt"
|
||||
export MAGTYPE=maglef
|
||||
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
|
||||
select top cell
|
||||
lef write
|
||||
|
|
Loading…
Reference in New Issue