Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The rv8 user mode simulator has the following features:
The future goals of the rv8 project are:

- Concise metadata representing the RISC-V ISA
- Tools for metadata-based generation of source and documentation
- Tools for metadata-based generation of source and documentation
- High performance emulation, sandboxing and binary translation
- RISC-V-(n) → RISC-V-(n+1)
- RISC-V-(n) → Intel i7 / AMD64 + AVX-512
Expand Down Expand Up @@ -148,7 +148,7 @@ make CXX=g++-6 CC=gcc-6

![ASCII map screenshot](/doc/images/screenshot-1.png)

*Example ASCII map output from make map*
*Example ASCII map output from make map (using `rv-meta` tool)*

![Histogram screenshot](/doc/images/screenshot-2.png)

Expand All @@ -170,7 +170,7 @@ See [RISC-V Instruction Set Listing](/doc/pdf/riscv-instructions.pdf) and

Command | Description
---- | ---
```make map``` | print a colour opcode map
```make map``` | print a colour opcode map (using _`rv-meta`_ tool)
```make latex``` | output a LaTeX opcode tex
```make pdf``` | output a LaTeX opcode pdf
```make test-spike``` | run the ABI Proxy Simulator tests with _`spike`_
Expand Down