-
Notifications
You must be signed in to change notification settings - Fork 517
/
strategy_TIMING.tcl
58 lines (47 loc) · 1.64 KB
/
strategy_TIMING.tcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Amazon FPGA Hardware Development Kit
#
# Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Amazon Software License (the "License"). You may not use
# this file except in compliance with the License. A copy of the License is
# located at
#
# http://aws.amazon.com/asl/
#
# or in the "license" file accompanying this file. This file is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
# implied. See the License for the specific language governing permissions and
# limitations under the License.
source $HDK_SHELL_DIR/build/scripts/params.tcl
source $HDK_SHELL_DIR/build/scripts/uram_options.tcl
set synth_options "-no_lc -shreg_min_size 5 -fsm_extraction one_hot -resource_sharing off $synth_uram_option"
set synth_directive "default"
#Set psip to 1 to enable Physical Synthesis in Placer
set psip 0
set link 1
set opt 1
set opt_options ""
set opt_directive "Explore"
set opt_preHookTcl "$HDK_SHELL_DIR/build/scripts/check_uram.tcl"
set opt_postHookTcl "$HDK_SHELL_DIR/build/scripts/apply_debug_constraints.tcl"
set place 1
set place_options ""
set place_directive "ExtraNetDelay_high"
set place_preHookTcl ""
set place_postHookTcl ""
set phys_opt 1
set phys_options ""
set phys_directive ""
set phys_directive "AggressiveExplore"
set phys_preHookTcl ""
set phys_postHookTcl ""
set route 1
set route_options "-tns_cleanup"
set route_directive "Explore"
set route_preHookTcl ""
set route_postHookTcl ""
set route_phys_opt 1
set post_phys_options ""
set post_phys_directive "AggressiveExplore"
set post_phys_preHookTcl ""
set post_phys_postHookTcl ""