diff options
| author | Matt Ettus <matt@ettus.com> | 2010-02-25 21:55:13 -0800 | 
|---|---|---|
| committer | Matt Ettus <matt@ettus.com> | 2010-02-25 21:55:13 -0800 | 
| commit | 4288c956b45143f3cab7b798758ff41ffb43aa4a (patch) | |
| tree | d31e62ed81bcf17fbb9fc5344fe28efb907c8ca8 | |
| parent | db60b00d7a1bafe4f3f49e1ec2367897fc8c71ab (diff) | |
| download | uhd-4288c956b45143f3cab7b798758ff41ffb43aa4a.tar.gz uhd-4288c956b45143f3cab7b798758ff41ffb43aa4a.tar.bz2 uhd-4288c956b45143f3cab7b798758ff41ffb43aa4a.zip  | |
debug pins
| -rw-r--r-- | usrp2/top/u1e/u1e_core.v | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v index 6706d4aac..2645225a0 100644 --- a/usrp2/top/u1e/u1e_core.v +++ b/usrp2/top/u1e/u1e_core.v @@ -216,7 +216,7 @@ module u1e_core     // /////////////////////////////////////////////////////////////////////////     // GPIOs -- Slave #4 - +/*     wire [31:0] 	atr_lines;     wire [31:0] 	debug_gpio_0, debug_gpio_1; @@ -226,7 +226,7 @@ module u1e_core  		.dat_i(s4_dat_mosi),.dat_o(s4_dat_miso),.ack_o(s4_ack),  		.atr(atr_lines),.debug_0(debug_gpio_0),.debug_1(debug_gpio_1),  		.gpio( {io_tx,io_rx} ) ); - +*/     // /////////////////////////////////////////////////////////////////////////     // Settings Bus -- Slave #5 @@ -247,6 +247,7 @@ module u1e_core     assign debug = { { rx_have_data, tx_have_space, EM_NCS6, EM_NCS4, EM_NWE, EM_NOE, EM_A[10:1] },  		    { EM_D } }; +   assign {io_tx,io_rx} = debug_gpmc;     assign debug_gpio_0 = { debug_gpmc };     assign debug_gpio_1 = { debug_txd, debug_rxd };  | 
