diff --git a/doc/pipeline_details.rst b/doc/pipeline_details.rst index f08d930f..26fd8d9b 100644 --- a/doc/pipeline_details.rst +++ b/doc/pipeline_details.rst @@ -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. | diff --git a/dv/riscv_compliance/ibex_riscv_compliance.core b/dv/riscv_compliance/ibex_riscv_compliance.core index 117cc308..99661cb7 100644 --- a/dv/riscv_compliance/ibex_riscv_compliance.core +++ b/dv/riscv_compliance/ibex_riscv_compliance.core @@ -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 diff --git a/dv/verilator/pcount/cpp/ibex_pcounts.h b/dv/verilator/pcount/cpp/ibex_pcounts.h index 67061963..4fa41656 100644 --- a/dv/verilator/pcount/cpp/ibex_pcounts.h +++ b/dv/verilator/pcount/cpp/ibex_pcounts.h @@ -20,7 +20,7 @@ extern const std::vector 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. * diff --git a/examples/simple_system/ibex_simple_system.core b/examples/simple_system/ibex_simple_system.core index 3da6baf2..46db5399 100644 --- a/examples/simple_system/ibex_simple_system.core +++ b/examples/simple_system/ibex_simple_system.core @@ -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 diff --git a/ibex_core.core b/ibex_core.core index 346c67aa..882873ec 100644 --- a/ibex_core.core +++ b/ibex_core.core @@ -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 diff --git a/ibex_core_tracing.core b/ibex_core_tracing.core index d3b099b0..619436b1 100644 --- a/ibex_core_tracing.core +++ b/ibex_core_tracing.core @@ -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