Skip to content

Commit

Permalink
ipynb: fix CompareRISCVToolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Oct 14, 2024
1 parent cb7967c commit fa87e4e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions ipynb/Examples/CompareRISCVToolchains/environment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ repos:
mlif:
url: "https://github.com/tum-ei-eda/mlonmcu-sw.git"
ref: c7b0e7364c232666ebd5a17476181e3ff9a71d70
spike:
url: "https://github.com/riscv-software-src/riscv-isa-sim.git"
ref: 0bc176b3fca43560b9e8586cdbc41cfde073e17a
spikepk:
url: "https://github.com/riscv-software-src/riscv-pk.git"
ref: 7e9b671c0415dfd7b562ac934feb9380075d4aa2
etiss:
url: "https://github.com/tum-ei-eda/etiss.git"
ref: 739573d5f12798074bc7d375a46c005f23f59f67 # develop, 23.01.2024
frameworks:
default: tvm
tvm:
Expand All @@ -68,13 +65,14 @@ platforms:
auto_vectorize: true
targets:
default: host_x86
spike:
enabled: true
features:
vext: true
host_x86:
enabled: true
features: []
etiss:
enabled: true
features:
trace: true
log_instrs: true
postprocesses:
use: []
vars:
Expand Down

0 comments on commit fa87e4e

Please sign in to comment.