From 3192807f2220113e881b8df7baa38512e21eb0ff Mon Sep 17 00:00:00 2001 From: Sergiu Arpadi Date: Tue, 14 Jan 2020 15:23:24 +0000 Subject: [PATCH] adi_project_xilinx: Fixed variable name --- projects/scripts/adi_project_xilinx.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/scripts/adi_project_xilinx.tcl b/projects/scripts/adi_project_xilinx.tcl index beebcc668..90fe1c5d8 100644 --- a/projects/scripts/adi_project_xilinx.tcl +++ b/projects/scripts/adi_project_xilinx.tcl @@ -311,7 +311,7 @@ proc adi_project_run {project_name} { puts "GENERATE_REPORTS: Resource utilization files won't be generated because ADI_GENERATE_UTILIZATION env var is not set" } - if {[info exists ::env(ADI_GENERATE_POWER)]} { + if {[info exists ::env(ADI_GENERATE_XPA)]} { set csv_file power_analysis.csv set Layers "8to11" set CapLoad "20"