Skip to content

Commit

Permalink
fpga: Remove vcu128 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilKoe committed Feb 19, 2024
1 parent d1f1d91 commit 671f562
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cheshire.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ chs-clean-deps:
######################

CHS_NONFREE_REMOTE ?= [email protected]:pulp-restricted/cheshire-nonfree.git
CHS_NONFREE_COMMIT ?= 6fcdd83e2dca1668d02870f9751e15ea2e068f63
CHS_NONFREE_COMMIT ?= f2cb961f00ee2b2832344ce9b39fa1838bf62792

chs-nonfree-init:
git clone $(CHS_NONFREE_REMOTE) $(CHS_ROOT)/nonfree
Expand Down
4 changes: 2 additions & 2 deletions target/xilinx/flavor_vanilla/flavor_vanilla.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ $(CHS_XIL_DIR)/flavor_vanilla/scripts/add_sources_%.tcl: Bender.yml

# Compile bitstream
$(CHS_XIL_DIR)/flavor_vanilla/builds/cheshire_vanilla_genesys2/cheshire_vanilla_genesys2.runs/impl_1/cheshire_top_xilinx.bit: $(CHS_XIL_DIR)/flavor_vanilla/scripts/add_sources_genesys2.tcl $(chs_xilinx_ips_paths_vanilla)
@mkdir -p $(CHS_XIL_DIR)/flavor_vanilla/builds/cheshire_vanilla_$*
cd $(CHS_XIL_DIR)/flavor_vanilla/builds/cheshire_vanilla_$* && $(chs_vivado_env_vanilla) $(VIVADO) $(VIVADO_FLAGS) -source $(CHS_XIL_DIR)/flavor_vanilla/scripts/run.tcl
@mkdir -p $(CHS_XIL_DIR)/flavor_vanilla/builds/cheshire_vanilla_genesys2
cd $(CHS_XIL_DIR)/flavor_vanilla/builds/cheshire_vanilla_genesys2 && $(chs_vivado_env_vanilla) $(VIVADO) $(VIVADO_FLAGS) -source $(CHS_XIL_DIR)/flavor_vanilla/scripts/run.tcl

.PHONY: chs-xil-clean-vanilla
chs-xil-clean-vanilla:
Expand Down
3 changes: 2 additions & 1 deletion target/xilinx/xilinx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,12 @@ chs-xil-vanilla-genesys2: $(CHS_XIL_DIR)/out/cheshire_vanilla_genesys2.bit
# Program bitstream (XILINX_BOARD)
chs-xil-program:
@echo "Programming board $(chs_xilinx_board) ($(xilinx_part))"
$(chs_vivado_env) $(VIVADO) $(VIVADO_FLAGS) xilinx_bit=$(chs_xilinx_bit) -source $(CHS_XIL_DIR)/scripts/program.tcl
$(chs_vivado_env) xilinx_bit=$(CHS_XIL_DIR)/out/cheshire_$(chs_xilinx_flavor)_$(chs_xilinx_board).bit $(VIVADO) $(VIVADO_FLAGS) -source $(CHS_XIL_DIR)/scripts/program.tcl

chs-xil-program-vanilla-genesys2: $(CHS_XIL_DIR)/out/cheshire_vanilla_genesys2.bit
${MAKE} chs_xilinx_flavor=vanilla chs_xilinx_board=genesys2 chs-xil-program

chs-xil-clean: chs-xil-clean-vanilla xilinx-ip-clean-all
rm -rf $(CHS_XIL_DIR)/out

.PHONY: chs-xil-vanilla-genesys2 chs-xil-program-vanilla-genesys2 chs-xil-program chs-xil-clean
2 changes: 1 addition & 1 deletion target/xilinx/xilinx_ips/xlnx_mig_7_ddr3/tcl/run.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

set partNumber $::env(xilinx_part)
set boardName $::env(xilinx_board_long)
set boardNameShort $::env(xilinx_board)
set boardNameShort $::env(chs_xilinx_board)

set ipName xlnx_mig_7_ddr3

Expand Down

0 comments on commit 671f562

Please sign in to comment.