Skip to content

Commit

Permalink
Update to hdl main
Browse files Browse the repository at this point in the history
  • Loading branch information
StancaPop committed Jan 23, 2024
1 parent d43747f commit 9648a10
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 1,219 deletions.
8 changes: 6 additions & 2 deletions CI/scripts/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Usage:
# make <target> MLRELEASE=<MATLAB release version ex: R2018b> HDLBRANCH=<HDL git branch ex: hdl_2018_r1>
# make <target> MLRELEASE=<MATLAB release version ex: R2022b> HDLBRANCH=<HDL git branch ex: hdl_2021_r2>
# Example
# make build MLRELEASE=R2018b HDLBRANCH=hdl_2018_r1
# make build MLRELEASE=R2022b HDLBRANCH=hdl_2021_r2

SHELL := /bin/bash

Expand All @@ -11,6 +11,10 @@ ifeq ($(MLRELEASE),)
MLRELEASE := R2022b
endif

ifeq ($(VIVADORELEASE),)
VIVADORELEASE := 2022.2
endif

ifeq ($(HDLBRANCH),)
HDLBRANCH := hdl_2021_r2
endif
Expand Down
Loading

0 comments on commit 9648a10

Please sign in to comment.