From 014ea68739c616836bcdfce292c8ab89da26afad Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Mon, 14 Jun 2010 16:14:30 -0700 Subject: gpif skeletons --- usrp2/top/u1plus/u1plus.v | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usrp2/top/u1plus/u1plus.v') diff --git a/usrp2/top/u1plus/u1plus.v b/usrp2/top/u1plus/u1plus.v index 6ed478420..370d3e4ea 100644 --- a/usrp2/top/u1plus/u1plus.v +++ b/usrp2/top/u1plus/u1plus.v @@ -24,9 +24,12 @@ module u1plus output [13:0] dac, output TXSYNC, output TXBLANK, input [11:0] adc, input RXSYNC, - input PPS_IN + input PPS_IN, + input reset_n, output reset_codec ); + assign reset_codec = 1; // Believed to be active low + // ///////////////////////////////////////////////////////////////////////// // Clocking wire clk_fpga, clk_fpga_in, reset; -- cgit v1.2.3