Steve Kelly | 3ab5f03 | 2020-12-18 18:35:23 -0500 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2020 Efabless Corporation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | # SPDX-License-Identifier: Apache-2.0 |
| 15 | |
Mohamed Kassem | 7a3f478 | 2020-10-27 12:31:18 -0700 | [diff] [blame] | 16 | drc off |
| 17 | gds readonly yes |
| 18 | gds rescale no |
| 19 | |
| 20 | gds read ../macros/sram/riscv-sky130/sram_1rw1r_32_256_8_sky130.gds |
| 21 | load sram_1rw1r_32_256_8_sky130 |
| 22 | |
| 23 | select top cell |
| 24 | property LEFview "TRUE" |
| 25 | |
| 26 | save pk_sram_1rw1r_32_256_8_sky130.mag |
| 27 | |
| 28 | # exec sed -i -E "/^.*GDS_END.*$/d" sram_1rw1r_32_256_8_sky130_original.mag |