异步模式下,需要设置setup, strobe和hold time来配置速度
异步模式下,需要对setup, strobe 和hold time 进行配置来获得需要的速度。比如一个典型的存储器,可以进行如下配置: Setup time = 1 cycle, or 20ns (= 1/50MHz) Strobe time = 4 cycle, or 80ns Hold time = 0
这样的话,读写速度就是1/(20ns*5)=10M word/s = 320M bit/s 当然,如果说异步存储器的access time 很快,小于20ns的话。可以吧Strobe time设置成1 cycle。这样速度就是: 1/(20ns*2) = 25M word/s = 800M bit/s.
|
|