From 8a5ba5041a7ecde593fc603f9032bdff81251a9a Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Tue, 4 Jul 2023 11:26:29 +0100
Subject: [PATCH] Renamed Variable

---
 resources/fpga/package_component.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/fpga/package_component.tcl b/resources/fpga/package_component.tcl
index b109855..feaccae 100644
--- a/resources/fpga/package_component.tcl
+++ b/resources/fpga/package_component.tcl
@@ -22,7 +22,7 @@ set component_lib $env(FPGA_COMPONENT_LIB)
 source $env(FPGA_COMPONENT_FILELIST)
 
 # Set Top-level
-set_property top $env(FPGA_DESIGN_TOP) [current_fileset]
+set_property top $env(FPGA_COMPONENT_TOP) [current_fileset]
 
 #
 # STEP#1: run synthesis, report utilization and timing estimates, write checkpoint design
-- 
GitLab