Advertisement
Guest User

example

a guest
Feb 13th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 2.08 KB | None | 0 0
  1. set dofile abort off                                                                                                      
  2. enable_2d2s                                                                                                                
  3. add rule set rs > /dev/null                                                                                                
  4. add rule instance *CCD* > /dev/null                                                                                        
  5. read design -f rtl.vc -golden                                                                                              
  6. read design -f rtl.vc -revised                                                                                            
  7. read sdc -golden vga.ok.sdc -replace                                                                                      
  8. read sdc -revised vga.ok.sdc -replace                                                                                      
  9. commit clock                                                                                                              
  10. compare sdc                                                                                                                
  11. rep compare sdc -skip_reason -inactive -not_a_timing_path -not_supported -not_run                                          
  12. ccd save -project ccd.project.nri                                                                                          
  13. tclmode                                                                                                                    
  14. set dirname "results/sr_data.nri"                                                                                          
  15. set filename "results/sr_data.nri/sr_s"                                                                                    
  16. source /home/juliap/build/lmc/private/src/regviewer/ccd_cmd_attributes.tcl                                                
  17. vpxmode                                                                                                                    
  18. exit -f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement