Skip to content

Commit

Permalink
Apply suggestions from review
Browse files Browse the repository at this point in the history
Signed-off-by: Ravi Sahita <[email protected]>
  • Loading branch information
rsahita committed Dec 11, 2023
1 parent 8ae39b3 commit 4dabcb4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions chapter3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ an illegal instruction exception.
[wavedrom, ,svg]
....
{reg: [
{bits: 6, name: 'SDID'},
{bits: 2, name: 'Mode (WARL)'},
{bits: 6, name: 'SDID (WARL)'},
{bits: 2, name: 'WPRI'},
{bits: 2, name: 'Mode'},
{bits: 22, name: 'PPN'},
{bits: 22, name: 'PPN (WARL)'},
], config:{lanes: 1, hspace:1024}}
....

Expand All @@ -34,11 +34,10 @@ an illegal instruction exception.
[wavedrom, ,svg]
....
{reg: [
{bits: 6, name: 'SDID'},
{bits: 2, name: 'WPRI'},
{bits: 4, name: 'Mode'},
{bits: 44, name: 'PPN'},
{bits: 8, name: 'WPRI'},
{bits: 4, name: 'Mode (WARL)'},
{bits: 6, name: 'SDID (WARL)'},
{bits: 10, name: 'WPRI'},
{bits: 44, name: 'PPN (WARL)'},
], config:{lanes: 1, hspace:1024}}
....

Expand Down

0 comments on commit 4dabcb4

Please sign in to comment.