blob: f844bf7be58b8dd10b5a865e2696f9cc9ba6d8e8 [file] [log] [blame]
agorararmard6c766a82020-12-10 18:13:12 +02001# SPDX-FileCopyrightText: 2020 Efabless Corporation
agorararmarde5780bf2020-12-09 21:27:56 +00002#
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.
agorararmardafa96ea2020-12-09 23:37:31 +020014# SPDX-License-Identifier: Apache-2.0
agorararmarde5780bf2020-12-09 21:27:56 +000015
Ahmed Ghazy72154392020-11-11 14:56:52 +020016set script_dir [file dirname [file normalize [info script]]]
17
18set ::env(DESIGN_NAME) user_proj_example
19
20set ::env(VERILOG_FILES) "\
21 $script_dir/../../verilog/rtl/defines.v \
22 $script_dir/../../verilog/rtl/user_proj_example.v"
23
agorararmardc86f63d2020-11-27 18:43:43 +000024set ::env(CLOCK_PORT) ""
Ahmed Ghazy72154392020-11-11 14:56:52 +020025set ::env(CLOCK_NET) "counter.clk"
26set ::env(CLOCK_PERIOD) "10"
27
28set ::env(FP_SIZING) absolute
Ahmed Ghazyec81bd22020-11-19 16:09:08 +020029set ::env(DIE_AREA) "0 0 600 600"
30set ::env(DESIGN_IS_CORE) 0
31
32set ::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 Ghazy72154392020-11-11 14:56:52 +020036set ::env(PL_BASIC_PLACEMENT) 1
37set ::env(PL_TARGET_DENSITY) 0.15