官方淘宝店 易迪拓培训 旧站入口
首页 > 手机设计 > 手机硬件工程师交流 > Memory的存取方式

Memory的存取方式

05-08
Memory的存取方式主要有:Synchronous mode,Asynchronous mode,Burst mode,Page mode,那位仁兄能告知含义及其主要区别吗?小弟先谢谢了.

Synchronous vs.Asynchronous Memory
Several important differences exist between asynchronous and
synchronous memory. Asynchronous memory requires that you create a
write enable control circuit to generate a pulse every time a write
operation occurs. You must consider write address setup and hold time
and data setup and hold time on the rising and falling edge of the write
enable pulse. The write enable must toggle on every write operation, as
the address cannot change while the write enable is active.Synchronous memory design offers several advantages over
asynchronous memory design. Simpler timing requirements allow
synchronous memory to operate at much higher frequencies, resulting in
higher memory bandwidth. Synchronous operation is not prone to errors
because signals are registered on clock edges, simplifying the design
process. A write-enable control circuit is not required because the memory
block controls the write strobe generation, saving on resource usage and
simplifying the design. Additionally, synchronous memory consumes
little standby power.

Top