(no commit message)
authorlkcl <lkcl@web>
Wed, 6 Jan 2021 17:16:45 +0000 (17:16 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 6 Jan 2021 17:16:45 +0000 (17:16 +0000)
openpower/sv/byteswap.mdwn

index c2ca7d68b056db0a2b4e14c62411173eefce902f..b80de7ef3bf89f95f74133eb77412209c233c0a4 100644 (file)
@@ -2,7 +2,7 @@
 
 ## Byte-swapping Mux
 
-gate count for 4:1 MUX is estimated at 8 gates.  8x 64 gates for a total of 512 gates to provide aligned byteswapping 64 bit.
+gate count for 4:1 MUX is estimated at 8 gates.  8x 64 gates for a total of 512 gates to provide aligned byteswapping 64 bit. (actually likely 5x64 for MUX pary and 2x8 for selection part)
 
 <img alt="Byte-swap mux diagram" src="../byteswap_mux.svg" width="100%"/>