diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-24 21:20:05 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-24 21:20:05 -0700 |
commit | 42a52c061bdb4873f4672f98e3bcaf17939958a0 (patch) | |
tree | c4e46caff41d0e99ae024080501029a8ba6af726 /usrp2/top/B100 | |
parent | 7a95ea36f86c512fbbaf34c99e1ba5c3a0237f54 (diff) | |
download | uhd-42a52c061bdb4873f4672f98e3bcaf17939958a0.tar.gz uhd-42a52c061bdb4873f4672f98e3bcaf17939958a0.tar.bz2 uhd-42a52c061bdb4873f4672f98e3bcaf17939958a0.zip |
b100: slave fifo fix for dst/src ready signals
Some of the changes my be overkill,
but the idea is to be more careful about
allowing FIFO IO to occur on transitions.
The cal app was able to complete successfully.
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 e335fb8bb..26714b669 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'd0}; //major, minor + localparam compat_num = {16'd9, 16'd1}; //major, minor wire [31:0] reg_test32; |