From 315b13bc36682df0566623b5f5f1bc2428b1ae05 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 20 Mar 2007 01:02:46 +0000 Subject: [PATCH] added comment git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4780 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp/fpga/sdr_lib/strobe_gen.v | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usrp/fpga/sdr_lib/strobe_gen.v b/usrp/fpga/sdr_lib/strobe_gen.v index a27dda8d..ba1a8ab2 100644 --- a/usrp/fpga/sdr_lib/strobe_gen.v +++ b/usrp/fpga/sdr_lib/strobe_gen.v @@ -19,11 +19,13 @@ // Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // + + module strobe_gen ( input clock, input reset, input enable, - input [7:0] rate, + input [7:0] rate, // Rate should be 1 LESS THAN your desired divide ratio input strobe_in, output wire strobe ); -- 2.39.5