vscode-riscv-venus
vscode-riscv-venus copied to clipboard
Console input
It would be nice to have a final feature before semester starts: Write to console and read from console. Both via ecalls, writing as with current ecalls and reading will get a single character from console, which means there is some buffering. There seems to be the notion of virtual terminals in VSCode to implement that.