aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-05-15 12:19:51 -0400
committerBill Traynor <wmat@riscv.org>2023-05-15 12:19:51 -0400
commit1b05dff024614ea7e0d218dc8091ff7f5bf86a1c (patch)
treee27e3168978bae90700645738cc4cadd08c50737
parent57023d7add1b72f6787d714c304b64776e6606e8 (diff)
downloadriscv-isa-manual-1b05dff024614ea7e0d218dc8091ff7f5bf86a1c.zip
riscv-isa-manual-1b05dff024614ea7e0d218dc8091ff7f5bf86a1c.tar.gz
riscv-isa-manual-1b05dff024614ea7e0d218dc8091ff7f5bf86a1c.tar.bz2
Adjusted fonts and row attributes.
Set font size to 24. Set row height to 40. Set margins to 30. Set boxes per row to 32. Adjusted spans to match row length.
-rw-r--r--src/images/bytefield/epcreg.edn18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/images/bytefield/epcreg.edn b/src/images/bytefield/epcreg.edn
index 6a60e31..9486709 100644
--- a/src/images/bytefield/epcreg.edn
+++ b/src/images/bytefield/epcreg.edn
@@ -1,16 +1,16 @@
[bytefield]
----
-(defattrs :plain [:plain {:font-family "M+ 1p Fallback" :font-size 16}])
-(def row-height 30 )
+(defattrs :plain [:plain {:font-family "M+ 1p Fallback" :font-size 24}])
+(def row-height 40 )
(def row-header-fn nil)
-(def left-margin 200)
-(def right-margin 200)
-(def boxes-per-row 16)
+(def left-margin 30)
+(def right-margin 30)
+(def boxes-per-row 32)
-(draw-box "SXLEN-1" {:span 8 :text-anchor "start" :borders {}})
-(draw-box "0" {:span 8 :text-anchor "end" :borders {}})
+(draw-box "SXLEN-1" {:span 16 :text-anchor "start" :borders {}})
+(draw-box "0" {:span 16 :text-anchor "end" :borders {}})
-(draw-box "sepc" {:span 16})
+(draw-box "sepc" {:span 32})
-(draw-box "SXLEN" {:span 16 :borders {}})
+(draw-box "SXLEN" {:span 32 :borders {}})
---- \ No newline at end of file