Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Parametrically sized localparam assignment

I would like to be able to assign an array of localparams with some kind of static function. For example I don't want to have to do this: localparam SIZE = 3; typedef logic bar_t; lo...