Update README.md

This commit is contained in:
Dolu1990 2018-03-22 15:24:56 +01:00 committed by GitHub
parent 7da85303dd
commit cd4ffc2f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 22 deletions

View File

@ -19,27 +19,6 @@
- [CPU clock and resets](#cpu-clock-and-resets)
- [VexRiscv Architecture](#vexriscv-architecture)
* [Plugins](#plugins)
+ [PcManagerSimplePlugin](#pcmanagersimpleplugin)
+ [IBusSimplePlugin](#ibussimpleplugin)
+ [IBusCachedPlugin](#ibuscachedplugin)
+ [DecoderSimplePlugin](#decodersimpleplugin)
+ [RegFilePlugin](#regfileplugin)
+ [HazardSimplePlugin](#hazardsimpleplugin)
+ [SrcPlugin](#srcplugin)
+ [IntAluPlugin](#intaluplugin)
+ [LightShifterPlugin](#lightshifterplugin)
+ [FullBarrielShifterPlugin](#fullbarrielshifterplugin)
+ [BranchPlugin](#branchplugin)
+ [DBusSimplePlugin](#dbussimpleplugin)
+ [DBusCachedPlugin](#dbuscachedplugin)
+ [MulPlugin](#mulplugin)
+ [DivPlugin](#divplugin)
+ [MulDivIterativePlugin](#muldiviterativeplugin)
+ [CsrPlugin](#csrplugin)
+ [StaticMemoryTranslatorPlugin](#staticmemorytranslatorplugin)
+ [MemoryTranslatorPlugin](#memorytranslatorplugin)
+ [DebugPlugin](#debugplugin)
+ [YamlPlugin](#yamlplugin)
@ -631,7 +610,29 @@ So again, if you generate the CPU without any plugin, it will only contain the 5
### Plugins
This chapter (WIP) will describe plugins currently implemented
This chapter (WIP) will describe plugins currently implemented.
- [PcManagerSimplePlugin](#pcmanagersimpleplugin)
- [IBusSimplePlugin](#ibussimpleplugin)
- [IBusCachedPlugin](#ibuscachedplugin)
- [DecoderSimplePlugin](#decodersimpleplugin)
- [RegFilePlugin](#regfileplugin)
- [HazardSimplePlugin](#hazardsimpleplugin)
- [SrcPlugin](#srcplugin)
- [IntAluPlugin](#intaluplugin)
- [LightShifterPlugin](#lightshifterplugin)
- [FullBarrielShifterPlugin](#fullbarrielshifterplugin)
- [BranchPlugin](#branchplugin)
- [DBusSimplePlugin](#dbussimpleplugin)
- [DBusCachedPlugin](#dbuscachedplugin)
- [MulPlugin](#mulplugin)
- [DivPlugin](#divplugin)
- [MulDivIterativePlugin](#muldiviterativeplugin)
- [CsrPlugin](#csrplugin)
- [StaticMemoryTranslatorPlugin](#staticmemorytranslatorplugin)
- [MemoryTranslatorPlugin](#memorytranslatorplugin)
- [DebugPlugin](#debugplugin)
- [YamlPlugin](#yamlplugin)
#### PcManagerSimplePlugin