diff options
| author | Matt Ettus <matt@ettus.com> | 2010-08-27 14:59:33 -0700 | 
|---|---|---|
| committer | Matt Ettus <matt@ettus.com> | 2010-08-27 14:59:33 -0700 | 
| commit | 94e9baee9598f304b0e6918894876b16ffc8b2d7 (patch) | |
| tree | 4166db33157dced821a6ca876b054f9445e86d30 | |
| parent | 26ccb5e37fec2ace4f029c1cf0c769b475b3afd7 (diff) | |
| download | uhd-94e9baee9598f304b0e6918894876b16ffc8b2d7.tar.gz uhd-94e9baee9598f304b0e6918894876b16ffc8b2d7.tar.bz2 uhd-94e9baee9598f304b0e6918894876b16ffc8b2d7.zip | |
move declaration to make loopback compile
| -rw-r--r-- | usrp2/top/u1e/u1e_core.v | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v index d7c4ff509..4a80fe916 100644 --- a/usrp2/top/u1e/u1e_core.v +++ b/usrp2/top/u1e/u1e_core.v @@ -46,6 +46,8 @@ module u1e_core     wire [31:0] 	set_data;     wire 	set_stb; +   wire [31:0] 	debug_vt; +     // /////////////////////////////////////////////////////////////////////////////////////     // GPMC Slave to Wishbone Master     localparam dw = 16; @@ -190,7 +192,6 @@ module u1e_core     // DSP TX     wire [15:0] 	 tx_i_int, tx_q_int; -   wire [31:0] 	 debug_vt;     wire 	 run_tx;     vita_tx_chain #(.BASE_CTRL(SR_TX_CTRL), .BASE_DSP(SR_TX_DSP),  | 
