Skip to content

Commit

Permalink
Add ARA_CONFIGURATION parameter to cheshire/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Vincenzo Maisto <vincenzo.maisto2@unina.it>
Signed-off-by: Moritz Imfeld <moimfeld@student.ethz.ch>
  • Loading branch information
2 people authored and mp-17 committed Jul 3, 2024
1 parent 24a1f13 commit db645c9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions cheshire/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@

# Chshire root reposiotry
MAKEFILE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
ARA_ROOT := $(MAKEFILE_DIR)/..
BACKREF_CHS_ROOT ?= ../../cheshire
ARA_ROOT := $(MAKEFILE_DIR)/..
BACKREF_CHS_ROOT ?= /usr/scratch2/pisoc12/msc24f10/workspace/flow_migration/cheshire
BACKREF_CHS_XIL_SCRIPTS := $(BACKREF_CHS_ROOT)/target/xilinx/scripts


# Set up Bender targets and defines
# default configuration for Cheshire + Ara is 2_lanes
ARA_CONFIGURATION ?= 2_lanes
include $(ARA_ROOT)/config/$(ARA_CONFIGURATION).mk
BOARD := vcu128
CUSTOM_BENDER_TARGETS := -t fpga -t cv64a6_imafdcv_sv39 -t cva6 -t $(BOARD) --define ARA
CUSTOM_BENDER_TARGETS := -t fpga -t cv64a6_imafdcv_sv39 -t cva6 -t $(BOARD) --define ARA --define NR_LANES=$(nr_lanes) --define VLEN=$(vlen)

.PHONY: ara-chs-xilinx-$(BOARD) clean

Expand Down

0 comments on commit db645c9

Please sign in to comment.