Generation of pulse using verilog

Status
Not open for further replies.

Venkatesh Satharu

Newbie level 2
Joined
Mar 4, 2015
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
12
In my project I want transmitter to be ON for 0.5µs and receiver should be ON for 1.5µs for that pulse generation please help me with verilog code in which I want switch between transmitter and reciever using a multiplexer my making use of this pulse generation code.
Thanks in advance & Regards
S.Venkatesh
 

What is the clock frequency which you have used in the project? One idea I can think of is,

If you have a 2 MHz clock ( 0.5 us period) you can write the code for a two-bit counter and generate the pulses accordingly. So you'll transmit when count==0 and receive otherwise.
 

Hi sir,

thanks for your reply. shall I make use of LFSR(linear feedback shift register) to switch between transmitter and reciever?
And my clock frequency is at 430MHz
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…