aboutsummaryrefslogtreecommitdiff
path: root/src/images/bytefield/htinstreg.edn
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-03-20 14:04:01 -0400
committerBill Traynor <wmat@riscv.org>2023-03-20 14:04:01 -0400
commit45a6e96e3f90287dd4bbb7334954eec0ea540619 (patch)
tree0fac03f9c8814f0951c094520b7d1e2d6ff66253 /src/images/bytefield/htinstreg.edn
parent5e394b34bfed2c84ed4c7a1bf13ee3ff577ac117 (diff)
downloadriscv-isa-manual-45a6e96e3f90287dd4bbb7334954eec0ea540619.zip
riscv-isa-manual-45a6e96e3f90287dd4bbb7334954eec0ea540619.tar.gz
riscv-isa-manual-45a6e96e3f90287dd4bbb7334954eec0ea540619.tar.bz2
Added htinstreg diag
Added htinst register diagram.
Diffstat (limited to 'src/images/bytefield/htinstreg.edn')
-rw-r--r--src/images/bytefield/htinstreg.edn16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/images/bytefield/htinstreg.edn b/src/images/bytefield/htinstreg.edn
new file mode 100644
index 0000000..5250dfa
--- /dev/null
+++ b/src/images/bytefield/htinstreg.edn
@@ -0,0 +1,16 @@
+[bytefield]
+----
+(defattrs :plain [:plain {:font-family "M+ 1p Fallback" :font-size 22}])
+(def row-height 40 )
+(def row-header-fn nil)
+(def left-margin 200)
+(def right-margin 200)
+(def boxes-per-row 32)
+
+(draw-box "HSXLEN-1" {:span 31 :text-anchor "start" :borders {}})
+(draw-box "0" {:borders {}})
+
+(draw-box "htinst" {:font-size 20 :span 32})
+
+(draw-box "HSXLEN" {:span 32 :borders {}})
+---- \ No newline at end of file