Altera_Forum
Honored Contributor
17 years agoHelp RAM
hi,
i am quite new to vhdl and quartus ii.
i have coded a 16x8 ram using vhdl in quartus , and y need a ram of 256kb , when y chage the address_width to 131072, that is the number of bits that y need, so when i try to compile appears this
warning (10639): vhdl warning at test.vhd(23): constant value overflow
warning (10445): vhdl subtype or type declaration warning at test.vhd(23): subtype or type has null range
warning (10034): output port "q[15]" at test.vhd(18) has no driver
warning (10034): output port "q[14]" at test.vhd(18) has no driver
.
.
.
warning (10034): output port "q[0]" at test.vhd(18) has no driver
so ... how i make a ram of 256kb?