(no commit message)
authorlkcl <lkcl@web>
Tue, 5 Jan 2021 23:34:22 +0000 (23:34 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 5 Jan 2021 23:34:22 +0000 (23:34 +0000)
openpower/sv/byteswap.mdwn

index 3c4dfefe1470012344a3af673f0076f92531ef77..6dbf48619ffab6b2224ecd617a09a4e8740ad0bb 100644 (file)
@@ -8,6 +8,6 @@ gate count for 4:1 MUX is estimated at 40 gates.  8x 40 gates for a total of 320
 
 ## Byte-swapping Pipe
 
-per source and dest operand, 320 gates required.  if two source operands (ALU pipeline, Logical pipeline) this totals 960 gates (per Function Unit).  3 operands (madd) is 1280 gates.
+per source and dest operand, 320 gates required.  if two source operands (ALU pipeline, Logical pipeline) this totals 960 gates (per Function Unit).  3 operands (madd) is 1280 gates.  for an estimated 50 Function Units this totals around 50,000 gates.
 
 <img alt="Byte-swap pipe diagram" src="../byteswap_pipe.svg" width="100%"/>