gyuunyuu
Contributor
6 years agoHow to add top level generic into a Qsys system?
Some custom VHDL components in my Qsys system have test modes. These are controlled via generics on their top level. These components are currently in a Qsys system. In Qsys, I can click on them and change the generic value. The Qsys system is instantiated in a VHDL testbench and BFMs are connected to it. I want to be able to change their value from outside Qsys, in my VHDL testbench.
Is there a way to create generic at Qsys system level and then be able to change their value when the Qsys system is instantiated in my VHDL testbench? These "top level" generics will directly connect to generics on the custom Qsys system components' top level.