Skip to content

Commit

Permalink
update bender install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Sinigaglia committed Dec 20, 2023
1 parent 4b494bf commit ded87cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/Makefrag
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

# Author: Matheus Cavalcante, ETH Zurich
# Author: Mattia Sinigaglia, University of Bologna

# Root
SHELL = /usr/bin/env bash
Expand All @@ -19,7 +20,7 @@ BENDER_INSTALL_DIR ?= ${INSTALL_DIR}/bender
VERILATOR_INSTALL_DIR ?= ${INSTALL_DIR}/verilator

# Support for local override
BENDER ?= ${BENDER_INSTALL_DIR}/bin/bender
BENDER ?= ${BENDER_INSTALL_DIR}/bender
DASM ?= ${SPIKE_INSTALL_DIR}/bin/spike-dasm
VLT ?= ${VERILATOR_INSTALL_DIR}/bin/verilator_bin
CMAKE ?= cmake-3.18.1
Expand Down

0 comments on commit ded87cd

Please sign in to comment.