mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
Spelling fix: seperate -> separate
This commit is contained in:
parent
de05509cb6
commit
33ad42debb
6 changed files with 6 additions and 6 deletions
|
@ -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. |
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue