Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions ip_packager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Help to a specific command can be accessed by tipping `ip_packager::<any-command
Alternatively, you may consult the exported [Command Reference](doc/CommandReference.txt) to get a full documentation of all commands.

## Example/Testbench (test)
Every tagged release of the IP-Packager is verified with a simple dummy IP-core (see [package.tcl](./test/test_ipi/package/package.tcl).
Every tagged release of the IP-Packager is verified with a simple dummy IP-core (see [package_externally.tcl](./test/test_ipi/package/package_externally.tcl) or [package_internally.tcl](./test/test_ipi/package/package_internally.tcl)).
This is also a good starting point for newbies of the IP-Packager, since it displays a wide range of features.

To package the test IP-core run the following script in your Vivado TCL console:
Expand All @@ -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)
Expand All @@ -107,4 +105,4 @@ Contributions are possible. Please open first an issue and a related pull-reques
**NOTE:** New features should be whenever possible compartible with **Vivado 2020.1**.

## Revision History
See [revision_history.txt](./revision_history.txt).
See [revision_history.txt](./revision_history.txt).