File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 438438# is a functional programming language suited to formal verification.
439439section_header " Installing/Updating Sail Compiler"
440440STATUS=" sail_compiler"
441- if [ ! -e " $RISCV " /bin/sail ]; then
442- cd " $RISCV "
443- wget -nv --retry-connrefused $retry_on_host_error --output-document=sail.tar.gz https://github.com/rems-project/sail/releases/latest/download/sail.tar.gz
444- tar xz --directory=" $RISCV " --strip-components=1 -f sail.tar.gz
445- rm -f sail.tar.gz
446- echo -e " ${SUCCESS_COLOR} Sail Compiler successfully installed/updated!${ENDC} "
447- else
448- echo -e " ${SUCCESS_COLOR} Sail Compiler already installed.${ENDC} "
449- fi
441+ cd " $RISCV "
442+ wget -nv --retry-connrefused $retry_on_host_error --output-document=sail.tar.gz https://github.com/rems-project/sail/releases/latest/download/sail.tar.gz
443+ tar xz --directory=" $RISCV " --strip-components=1 -f sail.tar.gz
444+ rm -f sail.tar.gz
445+ echo -e " ${SUCCESS_COLOR} Sail Compiler successfully installed/updated!${ENDC} "
450446
451447# RISC-V Sail Model (https://github.com/riscv/sail-riscv)
452448# The RISC-V Sail Model is the golden reference model for RISC-V. It is written in Sail (described above)
You can’t perform that action at this time.
0 commit comments