summaryrefslogtreecommitdiff
path: root/rtl
diff options
context:
space:
mode:
Diffstat (limited to 'rtl')
-rw-r--r--rtl/core/mul/mul.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/mul/mul.sv b/rtl/core/mul/mul.sv
index 0453cad..a5ac02f 100644
--- a/rtl/core/mul/mul.sv
+++ b/rtl/core/mul/mul.sv
@@ -40,7 +40,7 @@ always@(posedge clk or negedge rst_n) begin
booth[(W*2):W] = A + B;
- 2'b10:
+ 2'b10:
booth[(W*2):W] = A - B;
// 2'b11 o 2'b00: