A small RISC-V SBI demo.
authorThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Wed, 6 Feb 2019 18:35:22 +0000 (16:35 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Wed, 6 Feb 2019 18:35:22 +0000 (16:35 -0200)
commitaa0088e95594524ed016356ba5c2f0c6c0eb8904
treef9d9170e9bac883ec4c48bb8029f8d08751d6007
A small RISC-V SBI demo.

A small code running as S-mode on top of an SEE, using the SBI to print to the
console. It may also be slightly changed to bump into an illegal instruction in
order to test exception handling.
Makefile [new file with mode: 0644]
blix.S [new file with mode: 0644]