Skip to content

Commit

Permalink
add iis setup environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Sinigaglia committed Dec 20, 2023
1 parent ded87cd commit 5a7cc6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions env-iis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# Copyright 2023 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

# Author: Mattia Sinigaglia, University of Bologna

echo "export Spatz toolchains"
export LLVM_INSTALL_DIR=/usr/pack/riscv-1.0-kgf/spatz-llvm-2023.08.10
export GCC_INSTALL_DIR=/usr/pack/riscv-1.0-kgf/spatz-gcc-7.1.1

0 comments on commit 5a7cc6b

Please sign in to comment.