Skip to content

Commit

Permalink
fix in ice-v-swirl comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Dec 4, 2023
1 parent 2ef82e5 commit 12c9c32
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions projects/ice-v/CPUs/ice-v-swirl.si
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $$end
// Risc-V RV32I pipelined CPU
$$print("====== ice-v swirl (pipeline, data bypass, rdcycle) ======")
//
// Four stages pipeline
// Five stages pipeline
// --------------------
// Stage 1, in: instruction, setup: reg read A,B, next fetch
// => [registers read] =>
Expand Down Expand Up @@ -67,9 +67,7 @@ $$print("====== ice-v swirl (pipeline, data bypass, rdcycle) ======")
// Overview
// --------
//
// The CPU has four stages, which deviates a bit from the typical five stages
// design. I have no specific reason for this apart from this being the most
// natural evolution of prior IceV version.
// The CPU has five stages (see above).
//
// The pipeline implements bypasses on data hazards, such that it does not have
// to insert bubbles ('do nothing') in case of potential trouble (see also the
Expand Down

0 comments on commit 12c9c32

Please sign in to comment.