From 2427353289678206a849d67672297e790f396ec2 Mon Sep 17 00:00:00 2001 From: fabian-mv Date: Thu, 20 Oct 2022 10:31:28 -0600 Subject: mul: arregla typos --- rtl/core/mul/mul.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/core') 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: -- cgit v1.2.3