Skip to content

Commit

Permalink
Add extra 0-bit to top bound decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
andresag01 committed Feb 6, 2025
1 parent 0f172e7 commit a2ff95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/img/top-bound-dec.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(def boxes-per-row 32)
(draw-column-headers {:height 50 :font-size 22 :labels (reverse ["0" "" "" "" "" "" "" "" "" "" "E" "" "" "" "" "" "" "" "" "" "E+MW" "" "" "" "" "" "" "" "" "" "" "MXLEN"])})

(draw-box "a[MXLEN - 1:E + MW] + ct" {:span 12})
(draw-box "{1'b0, a[MXLEN - 1:E + MW]} + ct" {:span 12})
(draw-box "T[MW - 1:0]" {:span 10})
(draw-box "0" {:span 10})

Expand Down

0 comments on commit a2ff95d

Please sign in to comment.