Skip to content
Snippets Groups Projects
Select Git revision
  • 2ab3626518b694891e508267ddc1f2b89f993c03
  • main
  • linux2
  • linux
  • newboxes
  • offlineupdates
  • qol
  • cryptotest2
  • css-cards
  • crypto-test
  • draganddrop
  • height3
  • height
  • zindex
  • connection2
  • v-forupdate
  • connections
  • v-for
  • organise-forlarger
  • kebabcase
  • lowercase
21 results

index.js

Blame
  • pnr_flow.tcl 893 B
    ######################################
    # Script : Place and Route Flow 
    # Date : 25th May 2023 
    # Author : Srimanth Tenneti 
    # Description : Innovus PnR Flow 
    ###################################### 
    
    puts "Starting PnR Flow ..."
    
    
    ### Design Import 
    source design_import.tcl  
    
    ### IO Planning 
    source io_plan.tcl
    
    ### Memory and accelerator placement
    source place_macros.tcl
    commit_power_intent
    check_power_domains
    
    ### Power Plan 
    source power_plan.tcl 
    
    ### Power Route 
    source power_route.tcl 
    
    ### Placement 
    source place.tcl 
    
    ### CTS 
    source clock_tree_synthesis.tcl 
    
    ### Routing 
    source route.tcl 
    
    report_timing > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/reports/nanosoc_imp_timing.rep
    report_area > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/reports/nanosoc_imp_area.rep
    report_power > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/reports/nanosoc_imp_power.rep
    
    gui_show