From 447fd474dec0c70db56fed6bde6698eedc3f604a Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 5 Jan 2021 23:32:56 +0000 Subject: [PATCH] --- openpower/sv/byteswap.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openpower/sv/byteswap.mdwn b/openpower/sv/byteswap.mdwn index d867f5588..3c4dfefe1 100644 --- a/openpower/sv/byteswap.mdwn +++ b/openpower/sv/byteswap.mdwn @@ -2,8 +2,12 @@ ## Byte-swapping Mux +gate count for 4:1 MUX is estimated at 40 gates. 8x 40 gates for a total of 320 gates to provide aligned byteswapping 64 bit. + Byte-swap mux diagram ## Byte-swapping Pipe -Byte-swap pipe diagram \ No newline at end of file +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. + +Byte-swap pipe diagram -- 2.30.2