From 672cff2a6ae57b00c20c99a8773c7b6ac26e5aae Mon Sep 17 00:00:00 2001 From: Reto Meier Date: Wed, 1 Jul 2026 20:50:54 +0200 Subject: [PATCH 1/2] fix: Correct filename in README The main README file refers to the `package.tcl` file. As this file has been renamed (6085bc), the doumentation needs to be adjusted accordingly. --- ip_packager/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ip_packager/README.md b/ip_packager/README.md index 61c72cb..f54708a 100644 --- a/ip_packager/README.md +++ b/ip_packager/README.md @@ -73,7 +73,7 @@ Help to a specific command can be accessed by tipping `ip_packager:: Date: Wed, 1 Jul 2026 21:03:23 +0200 Subject: [PATCH 2/2] fix: Remove outdated note The README states that the temporary vivado project is removed at the end of the script. This has been disabled (67c430c2) and is therefor no longer true. The corresponding section has been removed. --- ip_packager/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/ip_packager/README.md b/ip_packager/README.md index f54708a..b8b7fd8 100644 --- a/ip_packager/README.md +++ b/ip_packager/README.md @@ -82,8 +82,6 @@ To package the test IP-core run the following script in your Vivado TCL console: cd $pkg_dir source ./xtools/ip_packager/test/test.tcl ``` -**NOTE:** The temporary created `package_prj` will be deleted after successful packaging. -To evaluate the packaged test IPI, comment out the `ip_packager::close_package_project` command at the end of [package.tcl](./test/test_ipi/package/package.tcl). ## Templates The IP-Packager provides some useful templates for basic and advanced usage: - [package_internally.tcl](./templates/package/package_internally.tcl)