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.

generating compile log in DC shell

Status
Not open for further replies.

dll_fpga

Full Member level 3
Joined
Mar 9, 2011
Messages
185
Helped
19
Reputation
38
Reaction score
21
Trophy points
1,298
Location
kerala,India
Activity points
2,416
how can we generate the Synthesis compile log in dc shell?
Is there any command for that....
I want to see the detailed log file.....
 

Do you want to get "compile" command log? You can write in your script:
compile [your_arguments] > compile.log
 
Do you want to get "compile" command log? You can write in your script:
compile [your_arguments] > compile.log

Thanks.
By default does the tool produce any log file,through which we can search for errors,warnings etc
 

dc_shell -f run_dc.tcl | tee dc.log
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top