Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi Paddy
Use the add_parameter command in the custom component *_hw.tcl file. For example: add_parameter my_param int 100 "parameter value" set_parameter_property my_param DISPLAY_NAME My_parameter set_parameter_property my_param UNITS NONE where my_param is your VHDL generic definition. Regards