
Develop a top-down approach to TCL programming by breaking tasks into subtasks, establishing a common goal, and using shell scripting to convert formats like SDC and Z format.
Learn to auto-create TCL variables from a matrix and arrays by parsing command arguments, indexing with dollar and bracket notation, and mapping values to design names in scripts.
Learn how to auto create and initialize variables in TCL, normalize input by removing spaces, map and validate values, and display results through stepwise checks.
Explore a variable creation demo in TCL, defining initial variables, displaying values on screen, and validating file existence within a script.
Learn to compute the row number of a data matrix in TCL by using matrix objects, constraints search, and clock, input, and output classifications to determine dimensions.
Identify the column number for clock latency constraints by applying a constrained search within a matrix, defining a search rectangle, and iterating clock start values.
Master clock latency and clock slew constraints in SDC files through practical scripting and keyboard-driven lookups. Apply set clock and clock transition to derive delay values.
Learn to differentiate between bits and a bus, and how constraints apply uniformly to every bit. Use a top-level logfile to map bus points and differentiate bus and bit details.
And I really believe in that...
I was a novice in TCL programming 10 years back. One thing that led from novice to an expert is "Practice"
Be it learning scripting language or an EDA tool, nothing beats 'concepts'. I have been proving this in my courses, how learning a tool is the last 5% task of entire learning flow.
My students, who have been working with on several projects and also learning through my courses, have not only learned semiconductors, but lived the journey. And I promise, the same will happen with my this course on TCL scripting as well.
I have been using the same approach in last 10 years for solving problems, be it a TCL script issue or an issue with STA timing violation or an issue with DRC or an issue with floor planning or an issue with routing congestion, you name it..
You will witness the same in all my courses and in this one as well. Let's unveil the concepts of data flow and manipulation using TCL scripts