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 generate and access DC synthesis log files?

Status
Not open for further replies.

drizzle

Member level 3
Joined
Jun 7, 2006
Messages
56
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,286
Activity points
1,667
i know there are some log files to report the systhesis proceed after systhesis with Design Compiler,.

we usually use the log file to check errors and any other problems.
but how should i generate this log file?

regards
drizzle
 

Re: about DC log file

Hi,

while firing the command to dc syntheis only you can ask it to produce a log file..
this can be written out by adding " -o ./log/Design.log" to your firing command..
this will write the whole proceedings in the log file in the separate log directory you had created in the working directory...


warning: DO CREATE A LOG DIRECTRY IN THE WORKING DIRECTORY...

Alternatevely you can use " |pee ./log/Design.log" for running log..
 

    drizzle

    Points: 2
    Helpful Answer Positive Rating
about DC log file

firing command?
just use command like this"write -o ./log/design.log"

it seems doesnt ok.

i just try. the tool also cant support the "|pee" command

thanks nanda
 

about DC log file

i think ..
>dc_shell-t -o ./log/filename.log

or
>dc_shell-t | tee ./log/filename.log

I am nt sure whether it is "tee" or "pee"

shiv
 

    drizzle

    Points: 2
    Helpful Answer Positive Rating
about DC log file

hi shiv

what u have refered to is not proceeded in my tools weather the former or the latter

i dont know why
 

about DC log file

hey drizzle .. i will check out this issue.. btw which version of dc u hav???

is it XG mode? or DB mode?
 

about DC log file

it is tee
it is a linux command and not design compiler specific.
so whatever mode u use to start dc it works.
ex for tcl mode
dc_shell-t | tee log&
 

    drizzle

    Points: 2
    Helpful Answer Positive Rating
Re: about DC log file

shiv_emf said:
is it XG mode? or DB mode?

DB mode


if my tool is installed in solaris,not linux,
can i use the command "dc_shell-t | tee log&"?

the command usage for tcl mode just like this: dc_shell-t>dc_shell-t | tee log&
am i right, rsrinivas?

3ks

drizzle
 

about DC log file

i think u can but i am not sure as i haven't worked on solaris.
just check ur help in solaris to find if thecommand exists as we do man tee to get the details of tee command in linux.
and the other thing is
in the console before starting design compiler u have to use "dc_shell-t | tee log&"
the command starts dc in shell mode and all the input stream on ur screen are printed in a file called log(note it's just a file name without any extension) until ur session for that command is finished.

to run the tcl script use the below command
dc_shell-t -f project.tcl | tee log&

srinivas
 

    drizzle

    Points: 2
    Helpful Answer Positive Rating
about DC log file

hi,in the solid document,you will find the answer.
there are many methodes to generate log.the above (drizzle ,rsrinivas) is one example
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top