updated wiki url
[debian/gnuradio] / usrp / fpga / sdr_lib / strobe_gen.v
index 0511b6a1dba2a466be5371023402dcef789fe53d..ba1a8ab28441f3027bb8602cb0c4dc7e58e23b4c 100644 (file)
 //
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+//  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 );