Upcase signal values
This commit is contained in:
parent
ab5db7f6e8
commit
90905544d4
@ -304,10 +304,10 @@
|
||||
(- x1 x0 (* data-hw 2))
|
||||
(- y1 y0))
|
||||
(format-inex "<text x=\"~a\" y=\"~a\">" 0 text-position)
|
||||
(if (or (eq? sig-type 'real)
|
||||
(< sig-width 4))
|
||||
value
|
||||
(string-upcase
|
||||
(string-upcase
|
||||
(if (or (eq? sig-type 'real)
|
||||
(<= sig-width 4))
|
||||
value
|
||||
(vcd-binary->hex value #t)))
|
||||
"</text></svg>"))))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user