Re: Article on the 8088 bus cycle

Liste des GroupesRevenir à c arch 
Sujet : Re: Article on the 8088 bus cycle
De : mitchalsup (at) *nospam* aol.com (MitchAlsup1)
Groupes : comp.arch
Date : 15. May 2024, 23:41:32
Autres entêtes
Organisation : Rocksolid Light
Message-ID : <5de7dca4fc9149eeaa238a81f6973873@www.novabbs.org>
References : 1 2 3
User-Agent : Rocksolid Light
BGB wrote:

Seems like probably in a similar area as QSPI RAM.

Quick skim, looks like QSPI RAM access looks something like:
   Pull CS low;
   Send command byte;
   Send address bytes (4);
   Send/receive data bytes;
   CS goes high when transfer is done;
     CS going high apparently puts the chip back in its idle state.

If you do a 16-byte burst, this would be ~ 1.4 cycles (DDR) per data byte, or 2.8 cycles if driving it from a faster SDR clock. A datasheet for a random QSPI RAM chip I found suggests it has a maximum operating frequency of around 54 MHz (so, a little lower than the DDR chips), and a lot are apparently "pseudo static" (they are DRAM internally, but also perform their own RAM refresh, appearing as SRAM from the POV of the external bus interface).
You are forgetting that DRAM RAS occurs after the first 2 address bytes
are latched, and that CAS occurs after the second 2 address bits are latched {and that you are in a deRAS deCAS state already.}
QSPI at 54 Mhz is just under 20ns per DRAM address/command event not that
much different than current DDRs
But what current DDRs can do is to partially overlap address/command with
data transfer--I would suspect QSPI could do this too.

Date Sujet#  Auteur
13 May 24 * Article on the 8088 bus cycle13Thomas Koenig
13 May 24 +- Re: Article on the 8088 bus cycle1MitchAlsup1
15 May 24 `* Re: Article on the 8088 bus cycle11Terje Mathisen
15 May 24  `* Re: Article on the 8088 bus cycle10BGB
15 May 24   +* Re: Article on the 8088 bus cycle3MitchAlsup1
16 May 24   i+- Re: Article on the 8088 bus cycle1Michael S
18 May 24   i`- Re: Article on the 8088 bus cycle1BGB-Alt
16 May 24   `* Re: Article on the 8088 bus cycle6David Schultz
16 May 24    `* Re: Article on the 8088 bus cycle5BGB
16 May 24     `* Re: Article on the 8088 bus cycle4David Schultz
16 May 24      `* Re: Article on the 8088 bus cycle3BGB-Alt
17 May 24       `* Re: Article on the 8088 bus cycle2David Schultz
17 May 24        `- Re: Article on the 8088 bus cycle1BGB

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal