aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/OpWeights.ml
diff options
context:
space:
mode:
Diffstat (limited to 'riscV/OpWeights.ml')
-rw-r--r--riscV/OpWeights.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscV/OpWeights.ml b/riscV/OpWeights.ml
index 09760db9..5ac318c8 100644
--- a/riscV/OpWeights.ml
+++ b/riscV/OpWeights.ml
@@ -116,7 +116,7 @@ module SweRV_EH1 =
| Omul | Omulhs | Omulhu
| Omull | Omullhs | Omullhu -> [| 1 ; 0 ; 1 |]
| Odiv | Odivu | Odivl | Odivlu -> [| 0 ; 0; 0 |]
- | _ -> [| 1; 0; 0; 0 |];;
+ | _ -> [| 1; 0; 0 |];;
let non_pipelined_resources_of_op (op : operation) (nargs : int) =
match op with