diff --git a/tools/hdltool_readme.txt b/tools/hdltool_readme.txt index 1cdda64d0d746529c71b1ceee2759d8653121512..28bc6392ae5787fdec8ee0312fe6df5a17d0fa1c 100644 --- a/tools/hdltool_readme.txt +++ b/tools/hdltool_readme.txt @@ -525,9 +525,17 @@ g) regression test script 101) More ideas -a) zip script - - zip all required libraries for a certain level library --> useful for somebody who wants to reuse a library. - - zip all tool environent code --> useful for somebody who wants touse our tool flow but not our HDL. +a) zip scripts + A zip script can gather all sources that are needed for a particular RadioHDL view point, eg. + + - zip all required libraries for a certain level library --> useful for somebody who wants to reuse a HDL library. + - zip all code necessary to run Python test cases on HW target --> useful for somebody who only wants to use the HW. + - zip all tool environent code --> useful for somebody who wants to use our tool flow but not our HDL. + + Related to this is (how) can we more clearly divide up the RadioHDL/ directory to eg. reuse only parts of it and + to develop these in other locations/repositories (eg. GIT). Eg. the applications/ directory may not be needed or + even suitable in RadioHDL/ because applications could be kept elsewhere, even in another repository at another + institute. b) support dynamic generation of IP Very preliminary ideas: