Skip to content

Commit

Permalink
Use req_vivado_v
Browse files Browse the repository at this point in the history
  • Loading branch information
StancaPop committed Jan 22, 2025
1 parent 08fdce8 commit b4e644b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
hRD.BoardName = sprintf('AnalogDevices CN0585 GPIO Control');

% Tool information
hRD.SupportedToolVersion = {'2023.2'};
hRD.SupportedToolVersion = {getenv('req_vivado_v')};

% Get the root directories
rootDirExample = fileparts(strtok(mfilename('fullpath'), '+'));
Expand Down
2 changes: 1 addition & 1 deletion test/build_design.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

% Specify the top level project directory
hWC.ProjectFolder = folder;
hWC.ReferenceDesignToolVersion = '2023.2';
hWC.ReferenceDesignToolVersion = getenv('req_vivado_v');
hWC.IgnoreToolVersionMismatch = true;
hWC.AllowUnsupportedToolVersion = true;

Expand Down

0 comments on commit b4e644b

Please sign in to comment.