W
weizbox
Guest
Hello,
I have the number of a period of a squarewave signal thats 25:0 (prd),
and my constant of 50000000 (clk speed). What I want to do is derive
the number of pulses per second using my given value of "prd". Im
relativly new to Verilog so I eventually found out I cant just do "prf
<= 50000000 / prd;". Is there another wya to divide where you can do
something like this? As well, any other ideas for getting the pulses
per second from these two numbers?
Thank you for your time,
-Mark
I have the number of a period of a squarewave signal thats 25:0 (prd),
and my constant of 50000000 (clk speed). What I want to do is derive
the number of pulses per second using my given value of "prd". Im
relativly new to Verilog so I eventually found out I cant just do "prf
<= 50000000 / prd;". Is there another wya to divide where you can do
something like this? As well, any other ideas for getting the pulses
per second from these two numbers?
Thank you for your time,
-Mark