Search This Blog

Wednesday, September 13, 2023

TCL Basics

 TCL  
Tool Command language

Keywords in TCL

  • puts
  • expr
  • $
  • incr
  • info exists
  • split
  • concat

    LIST keywords

    • lindex
    • llength
    • lsort
    • lreplace
    • linsert
    • lappend
    • lsearch
    • lappend

    No comments:

    Post a Comment

    What is the sanity checks you have done for STA?

     Sanity checks for STA: Linking Checks: We need to check., is there any missing modules or missing pins in a library. this is done by link c...