agorararmard | f8e91c3 | 2020-11-30 23:59:58 +0200 | [diff] [blame] | 1 | # Copyright 2020 Efabless Corporation |
| 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. |
| 11 | |
Ahmed Ghazy | 0252f54 | 2020-11-25 14:45:38 +0200 | [diff] [blame] | 12 | drc off |
| 13 | gds readonly true |
| 14 | gds rescale false |
| 15 | |
| 16 | gds read chip_io.gds |
| 17 | |
| 18 | gds read gpio_control_block.gds |
| 19 | |
| 20 | gds read mgmt_protect.gds |
| 21 | |
| 22 | gds read simple_por.gds |
| 23 | |
| 24 | gds read digital_pll.gds |
| 25 | gds read DFFRAM.gds |
| 26 | gds read mgmt_core.gds |
| 27 | |
| 28 | gds read storage.gds |
| 29 | |
| 30 | gds read user_id_programming.gds |
| 31 | |
Ahmed Ghazy | 83fc685 | 2020-11-30 22:38:21 +0200 | [diff] [blame] | 32 | gds read sky130_fd_sc_hvl__lsbufhv2lv_1_wrapped.gds |
| 33 | |
Ahmed Ghazy | 0252f54 | 2020-11-25 14:45:38 +0200 | [diff] [blame] | 34 | # Your project goes aboard here |
| 35 | gds read user_project_wrapper.gds |
| 36 | |
| 37 | load ../mag/caravel.mag -dereference |
| 38 | property GDS_FILE "" |
| 39 | property GDS_START "" |
| 40 | property GDS_END "" |
| 41 | |
agorararmard | f8e91c3 | 2020-11-30 23:59:58 +0200 | [diff] [blame] | 42 | save caravel |
Ahmed Ghazy | 0252f54 | 2020-11-25 14:45:38 +0200 | [diff] [blame] | 43 | |
| 44 | select top cell |
| 45 | |
| 46 | # cif *hier write disable |
| 47 | |
agorararmard | f8e91c3 | 2020-11-30 23:59:58 +0200 | [diff] [blame] | 48 | gds write caravel.gds |