Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top