blob: eadca1d1a8883017c400c640b757d261d122e6a8 [file] [log] [blame]
agorararmardf8e91c32020-11-30 23:59:58 +02001# 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 Ghazy0252f542020-11-25 14:45:38 +020012drc off
13gds readonly true
14gds rescale false
15
16gds read chip_io.gds
17
18gds read gpio_control_block.gds
19
20gds read mgmt_protect.gds
21
22gds read simple_por.gds
23
24gds read digital_pll.gds
25gds read DFFRAM.gds
26gds read mgmt_core.gds
27
28gds read storage.gds
29
30gds read user_id_programming.gds
31
Ahmed Ghazy83fc6852020-11-30 22:38:21 +020032gds read sky130_fd_sc_hvl__lsbufhv2lv_1_wrapped.gds
33
Ahmed Ghazy0252f542020-11-25 14:45:38 +020034# Your project goes aboard here
35gds read user_project_wrapper.gds
36
37load ../mag/caravel.mag -dereference
38property GDS_FILE ""
39property GDS_START ""
40property GDS_END ""
41
agorararmardf8e91c32020-11-30 23:59:58 +020042save caravel
Ahmed Ghazy0252f542020-11-25 14:45:38 +020043
44select top cell
45
46# cif *hier write disable
47
agorararmardf8e91c32020-11-30 23:59:58 +020048gds write caravel.gds