update readme

This commit is contained in:
Dolu1990 2018-02-09 00:56:14 +01:00
parent 0e6ae682b1
commit 2a336c2812
1 changed files with 2 additions and 0 deletions

View File

@ -623,6 +623,8 @@ VexRiscv is implemented via an 5 stages in order pipeline on which many optional
- It allow the CPU configuration to cover a very large spectrum of implementation without cooking spagetti code
- To resume it allow your code base to truly produce a parametrized CPU design
So again, if you generate the CPU without any plugin, it will only contain the 5 stages definition and their basic arbitration, but nothing else, as everything else, including the program counter is added into the CPU via plugins.
### Plugins
This chapter (WIP) will describe plugins currently implemented