summaryrefslogtreecommitdiff
path: root/rtl
diff options
context:
space:
mode:
authorfabian-mv <fabian@cluster451.org>2022-10-20 10:31:28 -0600
committerfabian-mv <fabian@cluster451.org>2022-10-20 10:31:28 -0600
commit2427353289678206a849d67672297e790f396ec2 (patch)
treee20c00664608ed6a36c2dd30760b470959115a54 /rtl
parent2910a4dfc7e27169628b6b30232067c3c1508fff (diff)
mul: arregla typos
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: