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.

Difference betwen analyze -f verilog and read_verilog in DC

Status
Not open for further replies.

shahal

Member level 2
Joined
Jan 11, 2007
Messages
50
Helped
7
Reputation
14
Reaction score
6
Trophy points
1,288
Activity points
1,638
read_verilog -netlist

How are these two commands different?

analyze -f verilog

read_verilog
 

read_verilog synopsys dc

I may be missing something in this question. As the command suggests, read_verilog reads in the rtl and gate level netlists. The Analyze command on the other hand builds the design and stores in an intermediat (primitive-level) format.

- read design would spit out parsing type errors
- analyze would show any linking problems as in mis-matched port names etc between the verilog files etc.

--
ay
 

read_verilog netlist rtl

read_verilog include two steps, that is, analyze and elaborate, but do not link the design automatically.
 

reading verilog files using analyze command

through analyze and elaborate command you would specify the directory where you want the design files to be stored but in case of read_file the design files would get automatically stored in present working directory...
 

dc read_verilog

Elaborate allows you to specify architecture, and allows you to override parameter values...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top