summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--usrp2/control_lib/Makefile.srcs5
-rw-r--r--usrp2/top/u1e/u1e_core.v3
2 files changed, 7 insertions, 1 deletions
diff --git a/usrp2/control_lib/Makefile.srcs b/usrp2/control_lib/Makefile.srcs
index 751b40828..5ae185ee8 100644
--- a/usrp2/control_lib/Makefile.srcs
+++ b/usrp2/control_lib/Makefile.srcs
@@ -50,4 +50,9 @@ bootram.v \
nsgpio16LE.v \
settings_bus_16LE.v \
atr_controller16.v \
+newfifo/fifo_pacer.v \
+newfifo/packet_generator32.v \
+newfifo/packet_generator.v \
+newfifo/packet_verifier32.v \
+newfifo/packet_verifier.v \
))
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