Altera_Forum
Honored Contributor
8 years agoCustom QSYS component do not instantiate generic parameter correctly.
Hello
I created a custom qsys component with generic parameters (baud rate of a UART for example). If I add my component to a NIOS configuration I can change the parameters of my component properly. The changed properties are however not reflected in the generated qsys vhdl code. In the VHLD configuration the parameters keep their default values. After some analysis I see that the parameter property in the tcl file "HDL_PARAMETER" is missing in the TCL file. Manually adding this property to the tcl seems to solve the problem. My question: How can I set the HDL_PARAMETER in the component wizzard ? What did I do wrong, is this a bug ? Best Regards, Johi.