Forum Discussion
Altera_Forum
Honored Contributor
12 years agoted, you're a champ! I've set "address" as an input and specified the number of address bits which does synthesize to a power of 2 times address width. EG:
1 bit address = 16*2 = 32bits used. 2 bit address = 16*4 = 64bits used. Thanks again!