Skip to content
Snippets Groups Projects
Select Git revision
  • 74e64f3a9590445c23b2d60545524fcd547901fd
  • main default protected
  • feat_dma230_dataio
  • feat_qspi_rom
  • feat_extio
  • feat_dmax4
  • feat_dma350
  • feat_nanosoc_regions
  • feat_accel_decouple
  • dev
  • feat_accel_hash_stream
  • nanosoc-2023
12 results

clock_tree_synthesis.tcl

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