blob: 452c3c79e58ccaecef89a40f5e8cc60212efd878 [file] [log] [blame]
Ahmed Ghazy4c9be282020-12-14 20:13:23 +02001# 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
16# This is an analog design. It will be designed by hand.
17# This is a placeholder to get things going.
18set script_dir [file dirname [file normalize [info script]]]
19# User config
20set ::env(DESIGN_NAME) mprj2_logic_high
21
22# Change if needed
23set ::env(VERILOG_FILES) $script_dir/../../verilog/rtl/mprj2_logic_high.v
24set ::env(SYNTH_READ_BLACKBOX_LIB) 1
25
26set ::env(FP_PIN_ORDER_CFG) $script_dir/pin_order.cfg
27
28# Fill this
29set ::env(CLOCK_TREE_SYNTH) 0
30
31set ::env(CELL_PAD) 0
32
33set ::env(PL_RANDOM_GLB_PLACEMENT) 1
34
35set ::env(VDD_NETS) "vccd2"
36set ::env(GND_NETS) "vssd2"
37
38set ::env(FP_PDN_LOWER_LAYER) met2
39set ::env(FP_PDN_UPPER_LAYER) met3
40set ::env(FP_PDN_AUTO_ADJUST) 0
41set ::env(FP_PDN_VWIDTH) 0.3
42set ::env(FP_PDN_HWIDTH) 0.3
43set ::env(FP_PDN_CORE_RING_VSPACING) 0.4
44set ::env(FP_PDN_CORE_RING_HSPACING) 0.4
45set ::env(FP_PDN_VOFFSET) 10
46set ::env(FP_PDN_HOFFSET) 1
47set ::env(FP_PDN_VWIDTH) 0.3
48set ::env(FP_PDN_HWIDTH) 0.3
49set ::env(FP_PDN_VPITCH) 80
50set ::env(FP_PDN_HPITCH) 10.8
51
52set ::env(GLB_RT_MAXLAYER) 4
53
54set ::env(FP_SIZING) absolute
55set ::env(DIE_AREA) "0 0 120 15"
56set ::env(BOTTOM_MARGIN_MULT) 1
57set ::env(TOP_MARGIN_MULT) 1
58set ::env(LEFT_MARGIN_MULT) 0
59set ::env(RIGHT_MARGIN_MULT) 0