Skip to content

Commit

Permalink
Merge pull request #160 from analogdevicesinc/ad9081-fix-dds-minrhs
Browse files Browse the repository at this point in the history
Remove data arg for DDS source, use latest release image
  • Loading branch information
SrikanthPagadarai authored Jul 29, 2024
2 parents 7c5ddc4 + 24742c0 commit 824bb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion +adi/+AD9081/Tx.m
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function setupImpl(obj, data)
if strcmp(obj.DataSource,'DMA')
[email protected](obj, data);
else
[email protected](obj, data);
[email protected](obj);
end
if obj.SkipInit
obj.phyDev = getDev(obj, obj.phyDevName);
Expand Down
2 changes: 1 addition & 1 deletion JenkinsfileHW
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lock(label: 'adgt_test_harness_boards') {
@Library('sdgtt-lib@adgt-test-harness') _ // Not necessary when we turn on global libraries :)
def hdlBranch = "NA"
def linuxBranch = "NA"
def bootPartitionBranch = "2021_r2"
def bootPartitionBranch = "2022_r2"
def firmwareVersion = 'v0.34'
def bootfile_source = 'artifactory' // options: sftp, artifactory, http, local
def harness = getGauntlet(hdlBranch, linuxBranch, bootPartitionBranch, firmwareVersion, bootfile_source)
Expand Down

0 comments on commit 824bb57

Please sign in to comment.