Altera_Forum
Honored Contributor
15 years agoMegaWizard RAM wont send data from address 0
hello, im having troubles reading data from megawizard's dual port ram (address 0 in particularly)
heres what ive done so far: *initialized ram's contents to numbers incerementing by 1 (30h, 31h... which is the ascii of 0,1...) *feeding the ram with a proper clock (100MHz derived from an oscillator) *reading its contents and displaying it on a LCD, results are: ||,1,2,3... using signaltap ive found that the ram wont give any data for address 0 (meaning ram data output remains all 0's, when it should be 30h), ive tried connecting its read_address signal to all 0's, still getting the same results even though its beeing fed by a proper clock input im not using a read_enable input am i doing something wrong? for the record i am currently starting the reading process from address 1, everything works fine this way. thanks in advance, IdanP