Skip to content

Commit

Permalink
[Template] disable pext and vext in research template
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK authored and Philipp v. K committed Jun 15, 2022
1 parent 32c2613 commit d73a37a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions resources/templates/research.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -153,24 +153,24 @@ targets:
etissdbg: true
trace: true
log_instrs: true
vext: true
pext: true
# vext: true
# pext: true
host_x86:
enabled: true
features:
gdbserver: true
spike:
enabled: true
features:
vext: true
pext: true
# vext: true
# pext: true
cachesim: true
log_instrs: true
ovpsim:
enabled: true
features:
vext: true
pext: true
features: []
# vext: true
# pext: true
corstone300:
enabled: true
features:
Expand Down Expand Up @@ -214,5 +214,5 @@ vars:
# tvm.make_tool: "ninja"
llvm.version: "11.1.0"
runs_per_stage: true
riscv_gcc.dl_url: "https://syncandshare.lrz.de/getlink/fiPX7H4WRQL9GXbeoo2sEexj/rv32gcv.tar.gz" # rv32gcv
# riscv_gcc.dl_url: "https://syncandshare.lrz.de/getlink/fiNHo2C1M1WRUbPAHt39n8Jb/rv32gcp.tar.gz" # rv32gcp
riscv_gcc.dl_url: "https://syncandshare.lrz.de/dl/fiPX7H4WRQL9GXbeoo2sEexj/rv32gcv.tar.gz" # rv32gcv
# riscv_gcc.dl_url: "https://syncandshare.lrz.de/dl/MkZpbUY5ZG9idDNpcnFvSm56aDlT/rv32gcp.tar.gz" # rv32gcp

0 comments on commit d73a37a

Please sign in to comment.