diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-09 16:35:31 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-09 16:35:31 -0700 |
commit | f136b06211dc0fe572d77219b6ce579963d435fe (patch) | |
tree | e361eed6a7019827d46f174d1a01b6e170289e43 /usrp2/top/B100 | |
parent | 4c111800a139a544f9280e1a7b114c027c55a89e (diff) | |
download | uhd-f136b06211dc0fe572d77219b6ce579963d435fe.tar.gz uhd-f136b06211dc0fe572d77219b6ce579963d435fe.tar.bz2 uhd-f136b06211dc0fe572d77219b6ce579963d435fe.zip |
vita: moved clear register to overlap with nchan register
This fixes the bug where setting the format clears the vita RX.
This is only an issue when the noclear option is set by UHD,
because the format register is always so, so it always clears.
Note: noclear is there to support the backwards compat API (pre streamer).
Now, numchans and clear overlap. This is ok because
in the host code, clear and numchans are always used together.
All timing meets on N2xx and USRP2.
Diffstat (limited to 'usrp2/top/B100')
-rw-r--r-- | usrp2/top/B100/u1plus_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/B100/u1plus_core.v b/usrp2/top/B100/u1plus_core.v index 09b7e11f1..c1d6767d1 100644 --- a/usrp2/top/B100/u1plus_core.v +++ b/usrp2/top/B100/u1plus_core.v @@ -413,7 +413,7 @@ module u1plus_core // Readback mux 32 -- Slave #7 //compatibility number -> increment when the fpga has been sufficiently altered - localparam compat_num = {16'd9, 16'd2}; //major, minor + localparam compat_num = {16'd9, 16'd3}; //major, minor wire [31:0] reg_test32; |