agorararmard | 6c766a8 | 2020-12-10 18:13:12 +0200 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2020 Efabless Corporation |
agorararmard | e5780bf | 2020-12-09 21:27:56 +0000 | [diff] [blame] | 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. |
agorararmard | afa96ea | 2020-12-09 23:37:31 +0200 | [diff] [blame] | 14 | # SPDX-License-Identifier: Apache-2.0 |
agorararmard | e5780bf | 2020-12-09 21:27:56 +0000 | [diff] [blame] | 15 | |
Ahmed Ghazy | 7215439 | 2020-11-11 14:56:52 +0200 | [diff] [blame] | 16 | set script_dir [file dirname [file normalize [info script]]] |
| 17 | |
| 18 | set ::env(DESIGN_NAME) user_proj_example |
| 19 | |
| 20 | set ::env(VERILOG_FILES) "\ |
| 21 | $script_dir/../../verilog/rtl/defines.v \ |
| 22 | $script_dir/../../verilog/rtl/user_proj_example.v" |
| 23 | |
agorararmard | c86f63d | 2020-11-27 18:43:43 +0000 | [diff] [blame] | 24 | set ::env(CLOCK_PORT) "" |
Ahmed Ghazy | 7215439 | 2020-11-11 14:56:52 +0200 | [diff] [blame] | 25 | set ::env(CLOCK_NET) "counter.clk" |
| 26 | set ::env(CLOCK_PERIOD) "10" |
| 27 | |
| 28 | set ::env(FP_SIZING) absolute |
Ahmed Ghazy | ec81bd2 | 2020-11-19 16:09:08 +0200 | [diff] [blame] | 29 | set ::env(DIE_AREA) "0 0 600 600" |
| 30 | set ::env(DESIGN_IS_CORE) 0 |
| 31 | |
| 32 | set ::env(FP_PIN_ORDER_CFG) $script_dir/pin_order.cfg |
| 33 | # set ::env(FP_CONTEXT_DEF) $script_dir/../user_project_wrapper/runs/user_project_wrapper/tmp/floorplan/ioPlacer.def.macro_placement.def |
| 34 | # set ::env(FP_CONTEXT_LEF) $script_dir/../user_project_wrapper/runs/user_project_wrapper/tmp/merged_unpadded.lef |
| 35 | |
Ahmed Ghazy | 7215439 | 2020-11-11 14:56:52 +0200 | [diff] [blame] | 36 | set ::env(PL_BASIC_PLACEMENT) 1 |
| 37 | set ::env(PL_TARGET_DENSITY) 0.15 |