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 133a4ca commit 7808a02
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 @@ -449,7 +449,7 @@ Decoding the bounds:

```
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}} }
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
definitions in xref:cap_encoding_ct[xrefstyle=short] and
Expand Down

0 comments on commit 7808a02

Please sign in to comment.