From 2e65ad957355f7184b10e96da2fbe2a15c4e8b24 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 6 Jan 2025 20:10:00 +0100 Subject: [PATCH] Fix typo Update README.md --- src/wiredancer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wiredancer/README.md b/src/wiredancer/README.md index 57fc5afb7d..f6052871a9 100644 --- a/src/wiredancer/README.md +++ b/src/wiredancer/README.md @@ -123,7 +123,7 @@ Unlike GPU-style aceleration, WD.Sigverify does not require multiple transaction ### Pipeline Design -Every transaction goes through multiple steps (detailed further in this document), with each step posing uniqe challenges when it comes to hardware implementation and acceleration. The main goal is to form a single chain of pipelined blocks, that provides maximum throughput, while the latency and area are kept at a reasonable and practical level. +Every transaction goes through multiple steps (detailed further in this document), with each step posing unique challenges when it comes to hardware implementation and acceleration. The main goal is to form a single chain of pipelined blocks, that provides maximum throughput, while the latency and area are kept at a reasonable and practical level. Figure below shows the overall pipeline design of WD.SigVerify. It is composed of a chain link of pipelines, with each pipeline having its own unique throughput and latency characteristics highlighted in the figure. ![WD-SigVerify Architecture](WD-SV.jpg)