summaryrefslogtreecommitdiffstats
path: root/usrp2/top
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-01-26 14:08:12 -0800
committerJosh Blum <josh@joshknows.com>2011-01-26 14:08:12 -0800
commit0b799583f1677fe48f4e786d19ed28922b1a5f6b (patch)
tree549846b4205061e23cef29570de54729bc824a4f /usrp2/top
parent800a75c5329a1e248f01e1fbeea66c0252564b11 (diff)
downloaduhd-0b799583f1677fe48f4e786d19ed28922b1a5f6b.tar.gz
uhd-0b799583f1677fe48f4e786d19ed28922b1a5f6b.tar.bz2
uhd-0b799583f1677fe48f4e786d19ed28922b1a5f6b.zip
usrp-e100: added missing newfifo files to list, added missing signals for timed
Diffstat (limited to 'usrp2/top')
-rw-r--r--usrp2/top/u1e/u1e_core.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v
index 1ad122697..a91c4bebd 100644
--- a/usrp2/top/u1e/u1e_core.v
+++ b/usrp2/top/u1e/u1e_core.v
@@ -151,7 +151,8 @@ module u1e_core
.src1_rdy_i(rx_src_rdy_int), .dst1_rdy_o(rx_dst_rdy_int),
.src2_rdy_o(rx_src_rdy), .dst2_rdy_i(rx_dst_rdy),
.underrun(), .overrun(rx_overrun));
-
+
+ wire run_tx, run_rx, strobe_tx, strobe_rx;
`endif // `ifdef TIMED
`ifdef DSP