mirror of https://github.com/efabless/caravel.git
Some additional corrections to the gpio_signal_buffering cells.
Corrected one instance where a buffer had incorrectly been replaced with a decap cell. Moved the left-hand side in by 0.6um to clear the chip_io connections on the left-hand side. Corrected a small DRC error in a route position at the bottom.
This commit is contained in:
parent
a77a45babe
commit
dcc3c56b83
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