Skip to content
Snippets Groups Projects
Select Git revision
  • f6a8c0cdacd78983dd7ce5b04f07cba7613cec52
  • main default protected
  • 0.1.0
3 results

DoubleRound.scala

Blame
  • clock_tree_synthesis.tcl 524 B
    ############################################
    # Script : Clock Tree Implementation
    # Date : 24th May 2023 
    # Author : Srimanth Tenneti 
    # Description : Implements the Clock Tree
    ############################################ 
    
    ### Buffer Cells 
    set_db cts_buffer_cells {*BUFH*}
    ### Inverter Cells 
    set_db cts_inverter_cells {*INV*} 
    
    ### Clock Tree Sepc 
    create_clock_tree_spec -out_file design_clk.spec 
    
    ### Creating a Clock Tree 
    ccopt_design 
    
    ### Optimizing the design 
    opt_design -post_cts 
    opt_design -post_cts -hold