diff options
author | Matt Ettus <matt@ettus.com> | 2010-07-16 16:16:45 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-07-16 16:16:45 -0700 |
commit | ed0679e33f7405e33816b7d6a4dce80a54a5cf40 (patch) | |
tree | dfe613451b4b02676680966b6287a82bdfa941df /usrp2/vrt/vita_tx_deframer.v | |
parent | cc1a35023361784adb05f1159c3ba8f5ececc6a5 (diff) | |
download | uhd-ed0679e33f7405e33816b7d6a4dce80a54a5cf40.tar.gz uhd-ed0679e33f7405e33816b7d6a4dce80a54a5cf40.tar.bz2 uhd-ed0679e33f7405e33816b7d6a4dce80a54a5cf40.zip |
remove warnings
Diffstat (limited to 'usrp2/vrt/vita_tx_deframer.v')
-rw-r--r-- | usrp2/vrt/vita_tx_deframer.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/vrt/vita_tx_deframer.v b/usrp2/vrt/vita_tx_deframer.v index 220d3b061..3b95f5902 100644 --- a/usrp2/vrt/vita_tx_deframer.v +++ b/usrp2/vrt/vita_tx_deframer.v @@ -22,7 +22,7 @@ module vita_tx_deframer ); wire [1:0] numchan; - setting_reg #(.my_addr(BASE), .at_reset(0)) sr_numchan + setting_reg #(.my_addr(BASE), .at_reset(0), .width(2)) sr_numchan (.clk(clk),.rst(reset),.strobe(set_stb),.addr(set_addr), .in(set_data),.out(numchan),.changed()); |