mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Remove some spaces
This commit is contained in:
parent
98eb2cc044
commit
286b82146c
1 changed files with 2 additions and 2 deletions
4
alu.sv
4
alu.sv
|
@ -327,11 +327,11 @@ module riscv_alu
|
|||
`ALU_XOR: result_o = operand_a_i ^ operand_b_i;
|
||||
|
||||
// Shift Operations
|
||||
`ALU_SLL: result_o = shift_left_result;
|
||||
`ALU_SLL: result_o = shift_left_result;
|
||||
|
||||
`ALU_SRL,
|
||||
`ALU_SRA,
|
||||
`ALU_ROR: result_o = shift_result;
|
||||
`ALU_ROR: result_o = shift_result;
|
||||
|
||||
// Extension Operations
|
||||
`ALU_EXTBZ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue