From 9d7e1cf8572334599385bd387feb1c9f98fee83c Mon Sep 17 00:00:00 2001 From: Reto Meier Date: Wed, 1 Jul 2026 18:52:08 +0200 Subject: [PATCH] test: remove hardcoded FPGA part definition Updates the test project to utilize the flexible part configuration introduced in ff8625a2f3b. Removing the hardcoded part name ensures that the test project can run on all installations, regardless of which specific device parts are locally installed. --- ip_packager/test/test_ipi/package/package_externally.tcl | 1 - ip_packager/test/test_ipi/package/package_internally.tcl | 1 - 2 files changed, 2 deletions(-) diff --git a/ip_packager/test/test_ipi/package/package_externally.tcl b/ip_packager/test/test_ipi/package/package_externally.tcl index ab09197..47ff47f 100644 --- a/ip_packager/test/test_ipi/package/package_externally.tcl +++ b/ip_packager/test/test_ipi/package/package_externally.tcl @@ -45,7 +45,6 @@ ip_packager::create_package_project -prj_name "packager_prj" \ -root_dir $root_dir \ -top_file "${src_dir}/hdl/IpPackager_2020_1_ipi.vhd" \ -copy_to "hdl" \ - -part "xc7z020iclg400-1L" ################################################################################################### # Identification diff --git a/ip_packager/test/test_ipi/package/package_internally.tcl b/ip_packager/test/test_ipi/package/package_internally.tcl index e06b9c8..a33c8ed 100644 --- a/ip_packager/test/test_ipi/package/package_internally.tcl +++ b/ip_packager/test/test_ipi/package/package_internally.tcl @@ -41,7 +41,6 @@ ip_packager::create_package_project -prj_name "packager_prj" \ -root_dir $root_dir \ -top_file "hdl/IpPackager_2020_1_ipi.vhd" \ -library "test" \ - -part "xc7z020iclg400-1L" \ ################################################################################################### # Identification