blob: ca6d3e9255e4b237ee4d324f23bc59f3bc83a9f6 [file] [log] [blame]
Ahmed Ghazy72154392020-11-11 14:56:52 +02001set script_dir [file dirname [file normalize [info script]]]
2
3set ::env(DESIGN_NAME) user_proj_example
4
5set ::env(VERILOG_FILES) "\
6 $script_dir/../../verilog/rtl/defines.v \
7 $script_dir/../../verilog/rtl/user_proj_example.v"
8
agorararmardc86f63d2020-11-27 18:43:43 +00009set ::env(CLOCK_PORT) ""
Ahmed Ghazy72154392020-11-11 14:56:52 +020010set ::env(CLOCK_NET) "counter.clk"
11set ::env(CLOCK_PERIOD) "10"
12
13set ::env(FP_SIZING) absolute
Ahmed Ghazyec81bd22020-11-19 16:09:08 +020014set ::env(DIE_AREA) "0 0 600 600"
15set ::env(DESIGN_IS_CORE) 0
16
17set ::env(FP_PIN_ORDER_CFG) $script_dir/pin_order.cfg
18# set ::env(FP_CONTEXT_DEF) $script_dir/../user_project_wrapper/runs/user_project_wrapper/tmp/floorplan/ioPlacer.def.macro_placement.def
19# set ::env(FP_CONTEXT_LEF) $script_dir/../user_project_wrapper/runs/user_project_wrapper/tmp/merged_unpadded.lef
20
Ahmed Ghazy72154392020-11-11 14:56:52 +020021set ::env(PL_BASIC_PLACEMENT) 1
22set ::env(PL_TARGET_DENSITY) 0.15