diff --git a/Jenkinsfile b/Jenkinsfile index 59fe876e..d7ad2fc7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,7 +81,10 @@ cstage("HDL Tests", "", flags) { ///////////////////////////////////////////////////// -demoNames = ['HDLFrequencyHopper','HDLTuneAGC','KernelFrequencyHopper'] +demoNames = [ + 'HDLFrequencyHopperADRV9361','HDLFrequencyHopperADRV9364', + 'HDLTuneAGC', + 'KernelFrequencyHopper'] def deployments = [:] for (int i=0; i < demoNames.size(); i++) { diff --git a/test/DemoTests.m b/test/DemoTests.m index a2dbe513..cfe73b6c 100644 --- a/test/DemoTests.m +++ b/test/DemoTests.m @@ -37,7 +37,7 @@ function buildHDLLoopbackDelayEstimation(testCase) error('system_top.bit not found'); end end - function buildHDLFrequencyHopper(testCase) + function buildHDLFrequencyHopperADRV9361(testCase) testCase.setupVivado('2022.2'); cd(fullfile(testCase.root,'trx_examples/targeting/frequency-hopping')); hdlworkflow;