[bytefield] ---- (defattrs :plain [:plain {:font-family "M+ 1p Fallback" :font-size 24}]) (def row-height 40 ) (def row-header-fn nil) (def left-margin 30) (def right-margin 30) (def boxes-per-row 32) (draw-box "SXLEN-1" {:span 6 :borders {}}) (draw-box "SXLEN-2" {:span 12 :text-anchor "start" :borders {}}) (draw-box "0" {:span 14 :text-anchor "end" :borders {}}) (draw-box "Interrupt" {:span 6}) (draw-box "Exception Code" {:span 12 :text-anchor "end":borders{:top :border-unrelated :bottom :border-unrelated :left :border-unrelated}}) (draw-box (text "(WLRL)" {:font-weight "bold" :font-size 24}) {:span 14 :text-anchor "start" :borders{:top :border-unrelated :bottom :border-unrelated :right :border-unrelated}}) (draw-box "1" {:span 6 :borders {}}) (draw-box "SXLEN-1" {:span 26 :borders {}}) ----