Skip to content
Snippets Groups Projects
Commit e0271902 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

More on zip files and RadioHDL view points.

parent 33199e76
Branches
No related tags found
No related merge requests found
...@@ -525,10 +525,18 @@ g) regression test script ...@@ -525,10 +525,18 @@ g) regression test script
101) More ideas 101) More ideas
a) zip script a) zip scripts
- zip all required libraries for a certain level library --> useful for somebody who wants to reuse a library. 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. - 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 b) support dynamic generation of IP
Very preliminary ideas: Very preliminary ideas:
Currently the MegaWizard or QSYS component description file is fixed and created manually in advance via the Currently the MegaWizard or QSYS component description file is fixed and created manually in advance via the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment