Skip to content

Commit

Permalink
Update src/cap-description.adoc
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Kurd <tariqandlaura@gmail.com>
  • Loading branch information
tariqkurd-repo authored Jan 31, 2025
1 parent 7e56089 commit 133a4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cap-description.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ T[MW - 1:MW - 2] = B[MW - 1:MW - 2] + LCout + LMSB
Decoding the bounds:

```
top: t = { 1'b0, a[MXLEN - 1:E + MW] + ct, T[MW - 1:0], {E{1'b0}} }
top: t = { {1'b0, a[MXLEN - 1:E + MW]} + ct, T[MW - 1:0], {E{1'b0}} }
base: b = { a[MXLEN - 1:E + MW] + cb, B[MW - 1:0], {E{1'b0}} }
```
The corrections c~t~ and c~b~ are calculated as as shown below using the
Expand Down

0 comments on commit 133a4ca

Please sign in to comment.