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.

please help, Design compiler problem

Status
Not open for further replies.

elec-eng

Full Member level 5
Joined
Nov 16, 2006
Messages
243
Helped
20
Reputation
40
Reaction score
5
Trophy points
1,298
Activity points
2,927
synopsys dcobj synthesis

hi all

I have a problem reading a file into Design compiler 2001

when I write the following command in the design analyzer command window

Code:
read -format vhdl {“./vhdl/synopsys.vhd”}

the following error occures


33_1222966425.gif
8_1222966450.gif


my .synopsys_dc.setup file is ok
I coppied it from the DC tutorial to my work directory
so it is not a setup file problem

and the gui file>read generates an internal system error "it is a known bug in the design analyzer gui not an error with my installation"

please help me guys

thanks
 

design compiler system error

Pls chek the path once.....
 

design compiler search_path

Hi
There will be two reasons to get these type of errors

1. The path mentioned will be wrong
2. You might me using db (which was generated with later version ) when compared to version you are using for synthesis
 

are you sure VHDL format file can be loaded into design by "read -format vhdl" command ?
 

hi,

my 2 cents,

* source your .synopsy-dc.setup file which has the path (search path, link and target libraries specified)
* try to change the version to the latest if available.
* Dont use the absolute path, give the full path to read in the file
* In case if the RTL calles libraries, check whether you have the DCOBj created in the same version of which your are using to readin the RTL
* check reading the RTL with "analyze" command.

happy designing
chip design made easy
https://www.vlsichipdesign.com
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top