FabianL
Occasional Contributor
9 months agoPass Parameters through qsys hierarchy
Hello,
im searching for a way to pass generics/parameters through the Hierarchy of multiple platform Designer files.
E.g. I have the following architecture:
- top.qsys
- submodule.qsys
- custom_module (ip core, VHDL files, _hw.tcl)
- Generic: my_param (integer)
- custom_module (ip core, VHDL files, _hw.tcl)
- submodule.qsys
Now I can make my_param available in submodule.qsys by adding it as parameter to _hw.tcl.
But I don't see any option to control this parameter from top.qsys by passing through the parameter through the qsys hierarchy.
This leaves me with 2 questions?
- Is it possible to add parameters to a .qsys submodule?
- Is there any way how to control a IP core parameter from a .qsys module other than the one that is instantiating it?
Thanks for any help
best regards
Fabian
This is probably what you are looking for: https://www.intel.com/content/www/us/en/docs/programmable/683609/25-1/exporting-hdl-parameters-to-a-system.html