Skip to content

Commit

Permalink
ad9081/2: vcu118: Changed implementation strategy
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Luncan <[email protected]>
  • Loading branch information
bluncan committed Nov 21, 2024
1 parent 5ce271b commit 3c6e77a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions projects/ad9081_fmca_ebz/vcu118/system_project.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2019-2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2019-2024 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down Expand Up @@ -68,5 +68,6 @@ if {$ADI_USE_OOC_SYNTHESIS == 1} {
set_property used_in_synthesis false [get_files timing_constr.xdc]
}

adi_project_run ad9081_fmca_ebz_vcu118
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

adi_project_run ad9081_fmca_ebz_vcu118
5 changes: 3 additions & 2 deletions projects/ad9082_fmca_ebz/vcu118/system_project.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2019-2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2019-2024 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down Expand Up @@ -65,5 +65,6 @@ if {$ADI_USE_OOC_SYNTHESIS == 1} {
set_property used_in_synthesis false [get_files timing_constr.xdc]
}

adi_project_run ad9082_fmca_ebz_vcu118
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

adi_project_run ad9082_fmca_ebz_vcu118

0 comments on commit 3c6e77a

Please sign in to comment.