vscode-riscv-venus
vscode-riscv-venus copied to clipboard
VS Code extension with the Venus RISC-V simulator
There is currently no way to specify a cwd to run / debug venus from
Right now the VenusTerminal is very simple. We are using the [vscode Pseudoterminal](https://code.visualstudio.com/api/references/vscode-api#Pseudoterminal), which itself builds upon [xterm.js](https://xtermjs.org/). The vscode Pseudoterminal has no functionality built in, except forwarding inputs. All...
Dieser Befehl ist auf der Reference Card die wir verwenden, es macht sicher Sinn diese auch zu unterstützen..
For rendering and state the original venus uses HTML-DOM. In our implementation this seems to be no longer needed as rendering and state management is done in vscode. This issue...
During development some Sourcefiles where heavily changed (e.g. Driver, Renderer). It would be nice to include both original and modified files. Via Configuration the user can choose which Files to...