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.

General question about digital design

Status
Not open for further replies.

makanaky

Advanced Member level 4
Joined
Feb 1, 2007
Messages
104
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
1,944
Hi ,

I have a few questions about digital IC design (in industry) :

1) Do we need to make make gate level desig ( Karnaugh maps .. etc ) ?
2) Do we need to make transistor level design (with sizing transistors ) ?
Or we just write HDL to describe the functional specifications

Also , is RTL same as HDL (Do they mean the same thing ) ?

Thanks in advance
 

HDL is hardware discription language , which RTL is register transmitted level
 

Hi ,

I have a few questions about digital IC design (in industry) :

1) Do we need to make make gate level desig ( Karnaugh maps .. etc ) ?
2) Do we need to make transistor level design (with sizing transistors ) ?
Or we just write HDL to describe the functional specifications

Also , is RTL same as HDL (Do they mean the same thing ) ?

Thanks in advance

1) u do not have to do it manually, the frontend tool will do it in a very efficient way, but u need to give a HDL code to the tool along with the constraints and lib.
2) Transistor level design is not required as the frontend tool use the gates as a basic element from the lib.

verilog, vhdl and system verilog r all HDL which is tech independent.

Hope it helped.
 

HDL is hardware discription language , which RTL is register transmitted level

If I am not misunderstood RTL stands for Register Transfer Level and describes the transfer of data from register to register in a design. HDL, Hardware Descriptive Language, is a language to model hardware and is not the quite the same as RTL, however you can use an HDL to acheive an RTL design.
 

We can put it as follows

HDL and RTL r two diff ways by which u can model ur logical design.
RTL was used long back when they were designing small logic.
Now as the design nowadays has got million instances u need HDL languages as it is easy to design the logic with many inbuilt applications.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top