You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working on integrated my own riscv rv32ia on zephyr through litex the same way as vexriscv, everything seems to work fine and correctly on uart shell or telnet but whenever it come to printing numbers higher than 10 it would print as repeated hex, for example 10 would print as "aaaaaaaaaaaaaaaaaaaaaa", i tried using %d %u and %lld.
The following screenshot show an example of the bug i have been encountering
Did anyone deal with this kind of bug before? or now what may be causing it?
This discussion was converted from issue #53103 on December 20, 2022 17:10.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have been working on integrated my own riscv rv32ia on zephyr through litex the same way as vexriscv, everything seems to work fine and correctly on uart shell or telnet but whenever it come to printing numbers higher than 10 it would print as repeated hex, for example 10 would print as "aaaaaaaaaaaaaaaaaaaaaa", i tried using %d %u and %lld.
The following screenshot show an example of the bug i have been encountering
Did anyone deal with this kind of bug before? or now what may be causing it?
Beta Was this translation helpful? Give feedback.
All reactions