Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWell you can just not declare the unwanted parameters and use their assigned values directly in your code to replace their names.
Parameter is for helping code readability/updating only. At compile time they are replaced by its value.