mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-11-03 21:43:15 +00:00
added comment
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4780 221aa14e-8319-0410-a670-987f0aec2ac5
This commit is contained in:
@@ -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 );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user