agorararmard | 6c766a8 | 2020-12-10 18:13:12 +0200 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2020 Efabless Corporation |
agorararmard | f8e91c3 | 2020-11-30 23:59:58 +0200 | [diff] [blame] | 2 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 3 | # you may not use this file except in compliance with the License. |
| 4 | # You may obtain a copy of the License at |
| 5 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 6 | # Unless required by applicable law or agreed to in writing, software |
| 7 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 8 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 9 | # See the License for the specific language governing permissions and |
| 10 | # limitations under the License. |
agorararmard | afa96ea | 2020-12-09 23:37:31 +0200 | [diff] [blame] | 11 | # SPDX-License-Identifier: Apache-2.0 |
agorararmard | f8e91c3 | 2020-11-30 23:59:58 +0200 | [diff] [blame] | 12 | |
Ahmed Ghazy | 0252f54 | 2020-11-25 14:45:38 +0200 | [diff] [blame] | 13 | drc off |
| 14 | gds readonly true |
| 15 | gds rescale false |
| 16 | |
| 17 | gds read chip_io.gds |
| 18 | |
| 19 | gds read gpio_control_block.gds |
| 20 | |
| 21 | gds read mgmt_protect.gds |
| 22 | |
| 23 | gds read simple_por.gds |
| 24 | |
| 25 | gds read digital_pll.gds |
| 26 | gds read DFFRAM.gds |
| 27 | gds read mgmt_core.gds |
| 28 | |
| 29 | gds read storage.gds |
| 30 | |
| 31 | gds read user_id_programming.gds |
| 32 | |
Ahmed Ghazy | 83fc685 | 2020-11-30 22:38:21 +0200 | [diff] [blame] | 33 | gds read sky130_fd_sc_hvl__lsbufhv2lv_1_wrapped.gds |
| 34 | |
Ahmed Ghazy | 0252f54 | 2020-11-25 14:45:38 +0200 | [diff] [blame] | 35 | # Your project goes aboard here |
| 36 | gds read user_project_wrapper.gds |
| 37 | |
| 38 | load ../mag/caravel.mag -dereference |
| 39 | property GDS_FILE "" |
| 40 | property GDS_START "" |
| 41 | property GDS_END "" |
| 42 | |
agorararmard | f8e91c3 | 2020-11-30 23:59:58 +0200 | [diff] [blame] | 43 | save caravel |
Ahmed Ghazy | 0252f54 | 2020-11-25 14:45:38 +0200 | [diff] [blame] | 44 | |
| 45 | select top cell |
| 46 | |
| 47 | # cif *hier write disable |
| 48 | |
agorararmard | f8e91c3 | 2020-11-30 23:59:58 +0200 | [diff] [blame] | 49 | gds write caravel.gds |