diff options
author | matt <matt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-03-20 01:02:46 +0000 |
---|---|---|
committer | matt <matt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-03-20 01:02:46 +0000 |
commit | 178228ec495c7169890c61bfd92b3ef5de1f33bd (patch) | |
tree | 6fd5f8c535f83b70cb9fed1eab0d88402c238e8c | |
parent | 403a009a8d78ea8d6d03b6abbaf640ff082d1edc (diff) | |
download | uhd-178228ec495c7169890c61bfd92b3ef5de1f33bd.tar.gz uhd-178228ec495c7169890c61bfd92b3ef5de1f33bd.tar.bz2 uhd-178228ec495c7169890c61bfd92b3ef5de1f33bd.zip |
added comment
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4780 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | sdr_lib/strobe_gen.v | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sdr_lib/strobe_gen.v b/sdr_lib/strobe_gen.v index a27dda8d3..ba1a8ab28 100644 --- a/sdr_lib/strobe_gen.v +++ b/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 ); |