Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone authored Jun 24, 2021
1 parent 89efe2e commit 9507698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RISC-V Extension Interface
# CORE-V X-Interface

The RISC-V extension interface provides a generalized framework suitable to implement custom co-processors and ISA extensions for existing RISC-V CPU cores.
The CORE-V X-Interface (core-v-xif) is a RISC-V extension interface that provides a generalized framework suitable to implement custom co-processors and ISA extensions for existing RISC-V CPU cores.
It features independent channels for accelerator-agnostic offloading of instructions and writeback of the result, pseudo dual-issue behaviour and configurable sharing granularity of external functional units.
A more thourough documentation can be found in the [doc](doc/index.md) folder.

Expand Down

0 comments on commit 9507698

Please sign in to comment.