diff options
author | Matt Ettus <matt@ettus.com> | 2011-11-04 12:41:28 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-11-04 12:41:28 -0700 |
commit | 8252763cc855ba694a9dbb6646931c53d9c47ad8 (patch) | |
tree | e7bf062eb7e62b05823e47cfe6adf1f0fe3efef8 /usrp2/gpif | |
parent | 057bb60bd132a7347f5c45afdeec57d4fcd3f1a3 (diff) | |
download | uhd-8252763cc855ba694a9dbb6646931c53d9c47ad8.tar.gz uhd-8252763cc855ba694a9dbb6646931c53d9c47ad8.tar.bz2 uhd-8252763cc855ba694a9dbb6646931c53d9c47ad8.zip |
b100: fix warnings, complete removal of test code
Diffstat (limited to 'usrp2/gpif')
-rw-r--r-- | usrp2/gpif/gpif.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usrp2/gpif/gpif.v b/usrp2/gpif/gpif.v index d39853b4a..e5b63d5a3 100644 --- a/usrp2/gpif/gpif.v +++ b/usrp2/gpif/gpif.v @@ -41,6 +41,9 @@ module gpif output [31:0] debug0, output [31:0] debug1 ); + assign tx_underrun = 0; + assign rx_overrun = 0; + wire WR = gpif_ctl[0]; wire RD = gpif_ctl[1]; wire OE = gpif_ctl[2]; |