Skip to content

Commit

Permalink
add init command without installation toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Sinigaglia committed Dec 20, 2023
1 parent 0ca4b14 commit 2ea6757
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ BENDER_VERSION = 0.27.1
OPCODES := "opcodes-rvv opcodes-rv32b_CUSTOM opcodes-ipu_CUSTOM opcodes-frep_CUSTOM opcodes-dma_CUSTOM opcodes-ssr_CUSTOM opcodes-smallfloat"

# Default target
all: bender toolchain update_opcodes
init: bender update_opcodes

all: init toolchain

###############
# Toolchain #
###############

toolchain: download tc-llvm tc-riscv-gcc tc-riscv-isa-sim verilator

init: bender update_opcodes

.PHONY: download
download: sw/toolchain/riscv-gnu-toolchain sw/toolchain/llvm-project sw/toolchain/riscv-opcodes sw/toolchain/verilator sw/toolchain/riscv-isa-sim sw/toolchain/dtc

Expand Down

0 comments on commit 2ea6757

Please sign in to comment.