Skip to content

ShyamRazesh/VSD_TCL_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

VSD_TCL_workshop

TCL WORKSHOP: FROM INTRODUCTION TO ADVANCED SCRIPTING TECHNIQUES IN VLSI DESIGN AND SYNTHESIS


Author: A Shyam Razesh

Acknowledgments: TCL Workshop by Mr. Kunal Ghosh, VLSI System Design


INTRODUCTION:


Tcl, short for "Tool Command Language," is a dynamic scripting language that was created to provide a simple and powerful means for controlling and automating software applications. Tcl has a rich set of built-in commands for various operations, including file handling, string manipulation, networking, and regular expressions. It also provides support for creating graphical user interfaces (GUIs) using the Tk toolkit, which is tightly integrated with Tcl.

Tcl is an interpreted language, meaning that it doesn't require a separate compilation step before executing the code. It follows a command-driven approach, where commands and their arguments are used to perform specific actions. This makes Tcl highly expressive and concise, allowing developers to achieve complex tasks with minimal code.

Overall, Tcl is a powerful yet easy-to-learn scripting language that offers flexibility, extensibility, and broad applicability across different domains. Whether you're a beginner or an experienced programmer, Tcl provides a useful toolset for developing and automating applications efficiently.


DAY-1

Before Executing the command in terminal dont forget to provide the permission to it using image

Creating the logo/welcome command(SHYRAZ) image

Create the command using the algorithm image

Check for user errors and help

Scenario 1 image

user doesnot provide the .csv file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published