Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 801 Bytes

readme.adoc

File metadata and controls

33 lines (21 loc) · 801 Bytes

RISC-V Scalar Efficiency SIG

License

This work is licensed under a Creative Commons Attribution 4.0 International License (CC-BY-4.0). For details, see the LICENSE file.

Contributors

The list of contributors to this specification is maintained in the contributors file.

For guidelines on how to contribute, refer to the CONTRIBUTING file.

Cloning the Repository

git clone --recurse-submodules https://github.com/riscv-admin/riscv-scalar-efficiency.git

Running tasks

The do script manages tasks. It is a wrapper around rake.

Examples:

# show all known tasks
./do --tasks
# generate asciidoc table from instruction database
./do inst:render:adoc