Skip to content

Commit

Permalink
Change target from -all to -vcu128
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 11bfb31 commit 24a1f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheshire/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ BACKREF_CHS_XIL_SCRIPTS := $(BACKREF_CHS_ROOT)/target/xilinx/scripts
BOARD := vcu128
CUSTOM_BENDER_TARGETS := -t fpga -t cv64a6_imafdcv_sv39 -t cva6 -t $(BOARD) --define ARA

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

ara-chs-xilinx-all: $(MAKEFILE_DIR)/add_sources.vcu128.tcl
ara-chs-xilinx-$(BOARD): $(MAKEFILE_DIR)/add_sources.vcu128.tcl
make -C $(BACKREF_CHS_ROOT) chs-xilinx-$(BOARD)

$(MAKEFILE_DIR)/add_sources.vcu128.tcl:
Expand Down

0 comments on commit 24a1f13

Please sign in to comment.