added comment

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4780 221aa14e-8319-0410-a670-987f0aec2ac5
This commit is contained in:
matt
2007-03-20 01:02:46 +00:00
parent 403a009a8d
commit 178228ec49

View File

@@ -19,11 +19,13 @@
// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
// //
module strobe_gen module strobe_gen
( input clock, ( input clock,
input reset, input reset,
input enable, input enable,
input [7:0] rate, input [7:0] rate, // Rate should be 1 LESS THAN your desired divide ratio
input strobe_in, input strobe_in,
output wire strobe ); output wire strobe );