libriscv 1.0.1
libriscv: ^1.0.1 copied to clipboard
A RISC-V emulator in pure Dart supporting RV32/RV64 with M, A, F, D, C extensions, virtual memory, SBI runtime, and Linux/xv6 boot.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add libriscvWith Flutter:
$ flutter pub add libriscvThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
libriscv: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:libriscv/libriscv.dart';