From 0b799583f1677fe48f4e786d19ed28922b1a5f6b Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 26 Jan 2011 14:08:12 -0800 Subject: usrp-e100: added missing newfifo files to list, added missing signals for timed --- usrp2/control_lib/Makefile.srcs | 5 +++++ usrp2/top/u1e/u1e_core.v | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'usrp2') 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 -- cgit v1.2.3