Skip to content

Commit

Permalink
Fix AP width in encoding to 5 bits for RV64
Browse files Browse the repository at this point in the history
  • Loading branch information
andresag01 committed Jan 16, 2024
1 parent 7edc77e commit 7e0557d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/img/cap-encoding-xlen64-mode.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(def left-margin 100)
(def right-margin 100)
(def boxes-per-row 32)
(draw-column-headers {:height 50 :font-size 26 :labels (reverse ["0" "2" "3" "" "" "" "13" "14" "16" "17" "" "" "25" "26" "27" "28" "" "" "" "" "" "" "46" "47" "48" "51" "52" "55" "56" "" "" "63"])})
(draw-column-headers {:height 50 :font-size 26 :labels (reverse ["0" "2" "3" "" "" "" "13" "14" "16" "17" "" "" "25" "26" "27" "28" "" "" "" "" "" "" "46" "47" "48" "52" "53" "56" "57" "" "" "63"])})

(draw-box "Reserved" {:span 4})
(draw-box "SDP" {:span 2})
Expand Down
2 changes: 1 addition & 1 deletion src/img/cap-encoding-xlen64.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(def left-margin 100)
(def right-margin 100)
(def boxes-per-row 32)
(draw-column-headers {:height 50 :font-size 26 :labels (reverse ["0" "2" "3" "" "" "" "13" "14" "16" "17" "" "" "25" "26" "27" "28" "" "" "" "" "" "" "" "47" "48" "51" "52" "55" "56" "" "" "63"])})
(draw-column-headers {:height 50 :font-size 26 :labels (reverse ["0" "2" "3" "" "" "" "13" "14" "16" "17" "" "" "25" "26" "27" "28" "" "" "" "" "" "" "" "47" "48" "52" "53" "56" "57" "" "" "63"])})

(draw-box "Reserved" {:span 4})
(draw-box "SDP" {:span 2})
Expand Down

0 comments on commit 7e0557d

Please sign in to comment.