Skip to content

Commit

Permalink
Add dependency for AGC tests
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Nov 18, 2024
1 parent 7323be2 commit 90e9377
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/DemoTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ function buildHDLFrequencyHopper(testCase)
function buildHDLTuneAGC(testCase)
testCase.setupVivado('2022.2');
cd(fullfile(testCase.root,'trx_examples/targeting/tuneAGC-ad9361'));
% Get dependent scripts from example
here = pwd;
matlab.internal.language.introspective.openExample('comm/WINNERVHTMUMIMOExample', 'helperNoiseEstimate');
copyfile("helperNoiseEstimate.m",here);
cd(here);
hdlworkflow;
if ~isempty(out)
disp(out.message);
Expand Down

0 comments on commit 90e9377

Please sign in to comment.