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