Forum Discussion
Altera_Forum
Honored Contributor
14 years agowhy the on-chip dual clock ram has no read signal?
I add a on-chip dual clock ram with on-chip memory? but it has no read signal for two port,why? and how to read the ram with this circumstance? ??write high for write,and low for r...
Altera_Forum
Honored Contributor
14 years agoimagine that when you write data into sram.
you specify the address, but in some case you don't want write data. therefore you need write_enable signal. how about read sequence? read data appear as you specify address. if you don't want to use the data? just ignore it. that is why you don't need read_enable signal.