summaryrefslogtreecommitdiffstats
path: root/top
diff options
context:
space:
mode:
authormatt <matt@221aa14e-8319-0410-a670-987f0aec2ac5>2009-04-02 21:19:56 +0000
committermatt <matt@221aa14e-8319-0410-a670-987f0aec2ac5>2009-04-02 21:19:56 +0000
commitc9b0cd157cffd8a11df90bfc81b1f5ee63a14114 (patch)
treec130b3cbda84606c20ecd5c347d54692d41f83c5 /top
parent312b6d0bbdd0a61156d32cb2e9dcbc3f98389f49 (diff)
downloaduhd-c9b0cd157cffd8a11df90bfc81b1f5ee63a14114.tar.gz
uhd-c9b0cd157cffd8a11df90bfc81b1f5ee63a14114.tar.bz2
uhd-c9b0cd157cffd8a11df90bfc81b1f5ee63a14114.zip
debug ports for fifo level testing. Normally I wouldn't check this in, but adding these ports actually improves timing. XST strikes again...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10747 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'top')
-rwxr-xr-xtop/u2_core/u2_core.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/top/u2_core/u2_core.v b/top/u2_core/u2_core.v
index 90bfb7479..a2b52401e 100755
--- a/top/u2_core/u2_core.v
+++ b/top/u2_core/u2_core.v
@@ -695,14 +695,14 @@ module u2_core
{dsp_rx_full,dsp_rx_empty,dsp_rx_occ[13:0]} };
always @(posedge dsp_clk)
- eth_mac_debug <= { { GMII_TX_EN, GMII_RX_DV, debug_txc[13:0]},
+ eth_mac_debug <= { { 6'd0, GMII_TX_EN, GMII_RX_DV, debug_mac0[7:0]},
{eth_rx_full2, eth_rx_empty2, eth_rx_occ2[13:0]} };
assign debug_clk[0] = 0;
assign debug_clk[1] = dsp_clk;
- assign debug = 0;
- assign debug_gpio_0 = 0;
+ assign debug = host_to_dsp_fifo; // debug_mux ? host_to_dsp_fifo : dsp_to_host_fifo;
+ assign debug_gpio_0 = eth_mac_debug;
assign debug_gpio_1 = 0;
endmodule // u2_core