An open API service indexing awesome lists of open source software.

https://github.com/drom/riscv

RISC-V ISA helpers
https://github.com/drom/riscv

Last synced: 12 months ago
JSON representation

RISC-V ISA helpers

Awesome Lists containing this project

README

          

[![NPM version](https://img.shields.io/npm/v/riscv.svg)](https://www.npmjs.org/package/riscv)
[![Build Status](https://github.com/drom/riscv/actions/workflows/linux.yml/badge.svg)](https://github.com/drom/riscv/actions/workflows/linux.yml)

RISC-V ISA helpers

## Install & Use CLI

`npm i riscv -g`

`riscv --isa rv32g`

## Just use CLI

`npx riscv --isa rv32g`

## License

MIT [LICENSE](LICENSE).