From 90e93777b21be42848991f62a1736831aeef7e22 Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Mon, 18 Nov 2024 14:46:20 -0700 Subject: [PATCH] Add dependency for AGC tests Signed-off-by: Travis F. Collins --- test/DemoTests.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/DemoTests.m b/test/DemoTests.m index b89ffa8a..cf657869 100644 --- a/test/DemoTests.m +++ b/test/DemoTests.m @@ -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);