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 draw rtl of a verilog code?

Status
Not open for further replies.

gstekboy

Member level 5
Joined
Oct 18, 2013
Messages
87
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Activity points
512
Please help me,how to draw rtl of a circuit inferred from a fragment of verilog code.
 

RTL is Verilog code.You don't draw it, you write it.

Please re-phrase your question.

r.b.
 

RTL is Verilog code.You don't draw it, you write it.

Please re-phrase your question.

r.b.
Please view below attachment.
 

Attachments

  • 20131116_070042.jpg
    20131116_070042.jpg
    467 KB · Views: 176

An assignment question.
Well you're supposed to work out what the circuit is from the written Verilog. There are many code templates for things on the net.
 

An assignment question.
Well you're supposed to work out what the circuit is from the written Verilog. There are many code templates for things on the net.
Can i draw it by using mux
 

Can i draw it by using mux
Start off by breaking down the problem into manageable and comprehensible pieces and what is obvious:

We know we have "inputs", "outputs", "an ALU", "some combinatorial logic" that controls the output of the signal.

We *need* to know how to implement the combinatorial logic, to control if the output is from the ALU or is 8'b00000000

A mux will be needed.

Now how to implement the control logic? You can draw a truth table to help figure that out. Also, you can use a Karnaugh Map to reduce the control logic into the minimal number of gates.
 
Rtl is a highlevel modelling is it possible to implement using gates?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top