Skip to content

Commit 0722144

Browse files
author
Andrew Holzer
authored
Merge pull request #57 from Digilent/feature/lowlevel_zmod_ips_v2
Feature/lowlevel zmod ips v2
2 parents 079713c + 6def037 commit 0722144

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
115 Bytes
Binary file not shown.
-3.57 KB
Binary file not shown.

ip/Zmods/ZmodScopeController/src/PkgZmodADC.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ constant kAD96xx_SPI_Cmd : ADC_SPI_Commands_t := (x"000500", --19 Device index:
9696
x"000B03", --10 Clck Divide: 4
9797
x"001680", --9 Clock Phase control: DCO inverted, Input clock divider phase adjust 0
9898
x"000500", --8 Device index: none
99-
x"001421", --7 Output mode: CMOS | interleave | enable B | output not invert | Gray code
99+
x"001421", --7 Output mode: CMOS | interleave | enable B | output not invert | 2's Complement
100100
x"000803", --6 Power modes: digital reset
101101
x"000502", --5 Device index: B
102102
x"001431", --4 Output mode: CMOS | interleave | disable A | output not invert | 2's Complement

0 commit comments

Comments
 (0)