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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…