aboutsummaryrefslogtreecommitdiffstats
path: root/riscV
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-09-10 21:57:53 +0200
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-09-10 21:57:53 +0200
commitb98a9f7e611bd671e06d45c3b40e0eaf996ce677 (patch)
tree1e3b0935e4b6e297f8e5e98e42e1af32efa234f5 /riscV
parent1d843c1a93ea5037fc1a0bbf7e23f415081f493e (diff)
downloadcompcert-kvx-b98a9f7e611bd671e06d45c3b40e0eaf996ce677.tar.gz
compcert-kvx-b98a9f7e611bd671e06d45c3b40e0eaf996ce677.zip
option compatible avec gcc
Diffstat (limited to 'riscV')
-rw-r--r--riscV/OpWeights.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscV/OpWeights.ml b/riscV/OpWeights.ml
index 2ec663cf..e4bf7629 100644
--- a/riscV/OpWeights.ml
+++ b/riscV/OpWeights.ml
@@ -290,7 +290,7 @@ let get_opweights () : opweights =
resources_of_call = SweRV_EH1.resources_of_call;
resources_of_builtin = SweRV_EH1.resources_of_builtin;
}
- | "FU74" | "" ->
+ | "FU74" | "sifive-u74" ->
{
pipelined_resource_bounds = FU74.resource_bounds;
nr_non_pipelined_units = FU74.nr_non_pipelined_units;