Skip to content

Commit

Permalink
Update Jenkins and demo naming for new hop demo
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Dec 4, 2024
1 parent ec2ec07 commit a0432b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down
2 changes: 1 addition & 1 deletion test/DemoTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a0432b8

Please sign in to comment.