Revision 27eb894c usrp2/top/u1e/u1e_core.v

b/usrp2/top/u1e/u1e_core.v
11 11
   
12 12
   // GPMC
13 13
   input EM_CLK, inout [15:0] EM_D, input [10:1] EM_A, input [1:0] EM_NBE,
14
   input EM_WAIT0, input EM_NCS4, input EM_NCS6, input EM_NWE, input EM_NOE,
14
   input EM_WAIT0, input EM_NCS4, input EM_NCS5, input EM_NCS6,
15
   input EM_NWE, input EM_NOE,
15 16
   
16 17
   inout db_sda, inout db_scl,
17 18
   output sclk, output [7:0] sen, output mosi, input miso,
......
439 440

  
440 441
   assign debug_clk = { EM_CLK, clk_fpga };
441 442

  
442
   assign debug = { { rx_have_data, tx_have_space, EM_NCS6, EM_NCS4, EM_NWE, EM_NOE, rx_overrun, tx_underrun },
443
   assign debug = { { rx_have_data, tx_have_space, EM_NCS6, EM_NCS5, EM_NCS4, EM_NWE, EM_NOE, rx_overrun },
443 444
		    { tx_src_rdy, tx_src_rdy_int, tx_dst_rdy, tx_dst_rdy_int, rx_src_rdy, rx_src_rdy_int, rx_dst_rdy, rx_dst_rdy_int },
444 445
		    { EM_D } };
445 446

  

Also available in: Unified diff