(no commit message)
[libreriscv.git] / openpower / sv / byteswap.mdwn
index 2eeb064505d46127a1c46a1957d17d6d89ac5f63..6fd96e228c7b21a90b383c2f49f14cd1e6baca9b 100644 (file)
@@ -1,8 +1,10 @@
+[[!tag standards]]
+
 # Byte-swapping
 
 ## Byte-swapping Mux
 
-gate count for 4:1 MUX is estimated at 8 gates.  8x 64 gates for a total of 3512 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 part and 2x8 for selection part)
 
 <img alt="Byte-swap mux diagram" src="../byteswap_mux.svg" width="100%"/>