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.

need Verilog program for Datapath Circuit show below

Status
Not open for further replies.

musclemania05

Junior Member level 2
Joined
Feb 9, 2016
Messages
22
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
197
Implement using Verilog a circuit that accomplishes the following
see attached photo
 

Attachments

  • datapath.png
    datapath.png
    70.5 KB · Views: 65

This looks like a project that is possible to do.
 

Looks pretty straight forward - what problems are you having?
 

you can easily code it? what is the problem?
 

Well I'm not very proficient in Verilog so maybe that's why I'm thinking it's so hard and can't really understand the circuit. Also can I do this all in one module or should I make multiple modules and then connect them all
 

You are lucky, in general it's not so often to have a diagram so deeply detailed. Yes, the standard approach to have a code easy to debug piece by piece, is you create and test separate modules and gradually connect them once approved in tests. Anyway, would help more if you understand exactly what is said in the textbook from where this drawing was extracted.
 

I don't have the book yet, my teacher just gave it to us and went over it briefly tried to get help from him but not available. So just trying to understand it.
 

As everybody here said, this is a nice circuit to implement.
If you are not able to start anything, it's time to read tutorials on this language.
 

What is missing from the drawing is any concept of a clock and pipe-lining. As drawn, if directly translated to Verilog it would end up being a big slow combinational circuit.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top