Merge pull request #24 from tomverbeure/typos

Fix some missing Barriel -> barriel fixes
This commit is contained in:
Dolu1990 2018-06-04 11:09:05 +02:00 committed by GitHub
commit cee3ad8147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -625,7 +625,7 @@ This chapter is describing plugins currently implemented.
- [SrcPlugin](#srcplugin)
- [IntAluPlugin](#intaluplugin)
- [LightShifterPlugin](#lightshifterplugin)
- [FullBarrielShifterPlugin](#fullbarrielshifterplugin)
- [FullBarrelShifterPlugin](#fullbarrelshifterplugin)
- [BranchPlugin](#branchplugin)
- [DBusSimplePlugin](#dbussimpleplugin)
- [DBusCachedPlugin](#dbuscachedplugin)
@ -803,9 +803,9 @@ Implement SLL/SRL/SRA instructions by using an iterative shifter register, whill
The result is injected into the pipeline directly at the end of the execute stage.
#### FullBarrielShifterPlugin
#### FullBarrelShifterPlugin
Implement SLL/SRL/SRA instructions by using an full barriel shifter, so it execute all shifts in a single cycle.
Implement SLL/SRL/SRA instructions by using an full barrel shifter, so it execute all shifts in a single cycle.
| Parameters | type | description |
| ------ | ----------- | ------ |

View file

@ -52,7 +52,7 @@ object PlayGen extends App{
separatedAddSub = false,
executeInsertion = false
),
new FullBarrielShifterPlugin,
new FullBarrelShifterPlugin,
new HazardSimplePlugin(
bypassExecute = false,
bypassMemory = false,