diff options
| author | fabian-mv <fabian@cluster451.org> | 2022-10-20 10:31:28 -0600 |
|---|---|---|
| committer | fabian-mv <fabian@cluster451.org> | 2022-10-20 10:31:28 -0600 |
| commit | 2427353289678206a849d67672297e790f396ec2 (patch) | |
| tree | e20c00664608ed6a36c2dd30760b470959115a54 | |
| parent | 2910a4dfc7e27169628b6b30232067c3c1508fff (diff) | |
mul: arregla typos
| -rw-r--r-- | rtl/core/mul/mul.sv | 2 |
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: |
