Forum Discussion

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

How to determine signal's width dynamically in VHDL, a stupid question?

I have a constant named aaa which is brought in through GENERIC operation. I have to use constant aaa to decide my the width of address signal. for example: GENERIC(aaa : integer :=100); ...