Upcase signal values
This commit is contained in:
@@ -304,10 +304,10 @@
|
|||||||
(- x1 x0 (* data-hw 2))
|
(- x1 x0 (* data-hw 2))
|
||||||
(- y1 y0))
|
(- y1 y0))
|
||||||
(format-inex "<text x=\"~a\" y=\"~a\">" 0 text-position)
|
(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)))
|
(vcd-binary->hex value #t)))
|
||||||
"</text></svg>"))))
|
"</text></svg>"))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user