Spelling fix: seperate -> separate

This commit is contained in:
Rupert Swarbrick 2020-06-05 11:35:06 +01:00 committed by Rupert Swarbrick
parent de05509cb6
commit 33ad42debb
6 changed files with 6 additions and 6 deletions

View file

@ -83,7 +83,7 @@ Read the description for more information.
| | | interface the same cycle it is calculated). The longer the |
| | | instruction-side memory interface takes to receive data the |
| | | longer the branch will stall. With the parameter |
| | | ``BranchTargetALU`` set to ``1`` a seperate ALU calculates |
| | | ``BranchTargetALU`` set to ``1`` a separate ALU calculates |
| | | the branch target simultaneously to calculating the branch |
| | | condition with the main ALU so 1 less stall cycle is |
| | | required. |

View file

@ -57,7 +57,7 @@ parameters:
datatype: int
paramtype: vlogparam
default: 0
description: "Enables seperate branch target ALU (increasing branch performance EXPERIMENTAL)"
description: "Enables separate branch target ALU (increasing branch performance EXPERIMENTAL)"
WritebackStage:
datatype: int

View file

@ -20,7 +20,7 @@ extern const std::vector<std::string> ibex_counter_names;
* can be passed in directly to this function.
*
* There are two options for string formatting, csv or pretty-print. Both
* produce one counter name and value per line. csv just seperates them with a
* produce one counter name and value per line. csv just separates them with a
* comma and no further formatting. pretty-print uses a colon and aligns the
* values.
*

View file

@ -56,7 +56,7 @@ parameters:
datatype: int
paramtype: vlogparam
default: 0
description: "Enables seperate branch target ALU (increasing branch performance EXPERIMENTAL)"
description: "Enables separate branch target ALU (increasing branch performance EXPERIMENTAL)"
WritebackStage:
datatype: int

View file

@ -98,7 +98,7 @@ parameters:
datatype: int
default: 0
paramtype: vlogparam
description: "Enables seperate branch target ALU (increasing branch performance EXPERIMENTAL) [0/1]"
description: "Enables separate branch target ALU (increasing branch performance EXPERIMENTAL) [0/1]"
WritebackStage:
datatype: int

View file

@ -69,7 +69,7 @@ parameters:
datatype: int
default: 0
paramtype: vlogparam
description: "Enables seperate branch target ALU (increasing branch performance EXPERIMENTAL) [0/1]"
description: "Enables separate branch target ALU (increasing branch performance EXPERIMENTAL) [0/1]"
WritebackStage:
datatype: int