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.

How to implement communication protocols in vhdl/verilog ?

Status
Not open for further replies.

abhineet22

Advanced Member level 4
Joined
Jan 25, 2005
Messages
105
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Location
bangalore
Activity points
1,017
protocol in verilog/vhdl

hi
can any one tell me how to implement communication protocols in vhdl/verilog.at the begin?
 

Re: protocol in verilog/vhdl

what protocal?
 

protocol in verilog/vhdl

If you are talking in general, then the first thing to do is search the web or in books to find information of how the protocol you want to implement is working.
The waveforms that datasheets have, will help you to understand how to implement it in VHDL/Verilog.
 

protocol in verilog/vhdl

Usually, multi-step protocols are implemented with finite state machines (FSM). It is like the state diagram - every state represents current step of communication protocol. When you receive new data, you just move to another state of FSM and probably send some bytes as a response. This way you can implement quite sophisticated protocols.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top