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.

[SOLVED] What is the gate level and RTL level?

Status
Not open for further replies.

amaal.83

Newbie level 3
Joined
Apr 28, 2008
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,309
hi all,

i wanna know what is gate level and RTL level??

thx
 

Re: what is gate level??

RTL: the description is divided into combinational logic and storage elements.The
storage elements (flip flops, latches) are controlled by a system clock. The
description is synthesizable.

GATE: the design is represented as a netlist with gates (AND, OR, NOT, ...) and
storage elements, all with cell delays. The description has been synthesized.

An RTL description is usually converted to a gate-level description of the circuit by a logic synthesis tool.
 

    VerLearn

    Points: 2
    Helpful Answer Positive Rating
Re: what is gate level??

gate level is to present your circuit with the target libraries!
 

what is gate level??

RTL : high level description
gate level : after synthesis, the RTL is mapped to target lib
 

Re: what is gate level??

My connection keeps getting reset *sigh*

Anyway, it's been a while but here goes:

RTL == Register Transfer Level
This level of abstraction describes the behavior of the circuit or device (behavioral model may be used) based on the flow of signals or transfer of data.

Gate Level Netlist describes the actual boolean representation of the circuit or device. A truth table may also be used.

I hope you can see the distinction from this.

Going down, you would further have circuit level netlist or spice netlist.

RTL -> Gate Level -> Spice Netlist.
 

what is gate level??

RTL Level : Where some real code is written Mixed with Some Logic .

GATE Level : Its after Synthesis. and only Instances are there but it also reuire a target library to simulate.
 

Re: what is gate level??

gate level, the circuit is described in terms of gates (e.g., and, nand). Hardware design at this level is intuitive for a user with a basic knowledge of digital logic design because it is possible to see a one-to-one correspondence between the logic circuit diagram and the Verilog description.


To fully utilize the benefits of logic synthesis, the designer must first understand the flow from the high-level RTL description to a gate-level netlist.


 

Re: what is gate level??

in fact , gate level is the final chart for chip!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top