libriscv 1.0.0 copy "libriscv: ^1.0.0" to clipboard
libriscv: ^1.0.0 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 libriscv

With Flutter:

 $ flutter pub add libriscv

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  libriscv: ^1.0.0

Alternatively, 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';
1
likes
140
points
14
downloads

Documentation

API reference

Publisher

verified publisherlibdbm.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#risc-v #emulator #virtual-machine #rv32 #rv64

License

MIT (license)

Dependencies

args, dart_elf, sprintf

More

Packages that depend on libriscv