Skip to content

Changing interrupt number to 12 bits #503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/images/wavedrom/dbginttrig.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(def row-height 45)
(def row-header-fn nil)
(def boxes-per-row 32)
(draw-column-headers {:height 20 :font-size 18 :labels (reverse ["0" "" "" "" "" "" "" "" "12" "13" "" "" "" "" "" "" "" "29" "" "" "30" "" "" "" "" "" "" "31" "" "" "" ""])})
(draw-column-headers {:height 20 :font-size 18 :labels (reverse ["0" "" "" "" "" "" "" "" "11" "12" "" "" "" "" "" "" "" "29" "" "" "30" "" "" "" "" "" "" "31" "" "" "" ""])})

(draw-box "interrupt_trap_enable" {:span 9})
(draw-box "reserved (WARL 0)" {:span 14})
Expand Down