From a6457cb54f294c724e6eec397db645e21e93d062 Mon Sep 17 00:00:00 2001 From: Adrian Costina Date: Tue, 25 Apr 2017 10:09:55 +0300 Subject: [PATCH] m2k:standalone, remove power optimizations as they are performed manually - testing shows that the actual power consumtion is a bit less with them turned off --- projects/m2k/standalone/system_project.tcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/m2k/standalone/system_project.tcl b/projects/m2k/standalone/system_project.tcl index 66730c90f..36a12f27b 100644 --- a/projects/m2k/standalone/system_project.tcl +++ b/projects/m2k/standalone/system_project.tcl @@ -14,7 +14,5 @@ adi_project_files m2k [list \ set_property is_enabled false [get_files *system_sys_ps7_0.xdc] -set ADI_POWER_OPTIMIZATION 1 - adi_project_run m2k