Re: What do we call non-pipelined designs?

Liste des GroupesRevenir à c arch 
Sujet : Re: What do we call non-pipelined designs?
De : mitchalsup (at) *nospam* aol.com (MitchAlsup1)
Groupes : comp.arch
Date : 26. Dec 2024, 21:22:01
Autres entêtes
Organisation : Rocksolid Light
Message-ID : <1f3cdb73f387a0ea2da2334c04e0640e@www.novabbs.org>
References : 1 2 3 4
User-Agent : Rocksolid Light
On Thu, 26 Dec 2024 18:54:42 +0000, EricP wrote:

Thomas Koenig wrote:
Robert Finch <robfi680@gmail.com> schrieb:
>
According to my understanding of  “pipelined” most designs are
pipelined. There are not very many non-pipelined designs.
>
Not any more.
>
Non-pipelined
designs perform everything in one long clock cycle.
>
Earlier architectures had several clock cycles per instruction,
also without pipelining.  I think the single-clock CPUs mostly
serve as an example for educational purposes.
>
It is possible to do everything for a risc style ISA in one clock but
??? LDs in 1 cycle
??? IMUL in 1 cycle
??? IDIV in 1 cycle
??? L1 miss in 1 cycle
??? FP <any> in 1 cycle

it would need a Harvard architecture with separate instruction and
data memory because it would have to read the instruction memory and
also LD [reg]->reg or ST reg->[reg] data memory within the same clock.
>
So the only flip-flops would be in the 3-port register file and
the RIP register, and everything between instruction read and result
write is combinatorial logic. The critical timing path would be
2x the mem access time plus combinatorial logic.

Date Sujet#  Auteur
8 Dec 24 * What do we call non-pipelined designs?17Marcus
9 Dec 24 +* Re: What do we call non-pipelined designs?7MitchAlsup1
9 Dec 24 i+* Re: What do we call non-pipelined designs?3Lawrence D'Oliveiro
9 Dec 24 ii+- Re: What do we call non-pipelined designs?1David Schultz
10 Dec 24 ii`- Re: What do we call non-pipelined designs?1MitchAlsup1
9 Dec 24 i+- Re: What do we call non-pipelined designs?1BGB
14 Dec 24 i`* Re: What do we call non-pipelined designs?2Marcus
15 Dec 24 i `- Re: What do we call non-pipelined designs?1MitchAlsup1
9 Dec 24 +- Re: What do we call non-pipelined designs?1Keith Thompson
26 Dec 24 `* Re: What do we call non-pipelined designs?8Robert Finch
26 Dec 24  +* Re: What do we call non-pipelined designs?3Thomas Koenig
26 Dec 24  i+- Re: What do we call non-pipelined designs?1BGB
26 Dec 24  i`- Re: What do we call non-pipelined designs?1MitchAlsup1
11 Jan 25  `* Re: What do we call non-pipelined designs?4Marcus
12 Jan 25   `* Re: What do we call non-pipelined designs?3Ze
12 Jan 25    `* Re: What do we call non-pipelined designs?2Michael S
15 Jan 25     `- Re: What do we call non-pipelined designs?1Marcus

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal