diff options
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]; |