0% found this document useful (0 votes)
145 views

TCL Assignments: TH TH

This document contains 14 TCL assignments related to analyzing files and extracting information. Some tasks include finding the largest/smallest lines and words, displaying worst slack values from a report, printing content between matching words, extracting only numbers, displaying source/sink cells of a net, counting and displaying cell drive strengths, dumping nets over a max fanout threshold, and placing cells in a straight line or workspace. The final task is to create a command to run a PNR flow based on provided switch settings.

Uploaded by

vibhash kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
145 views

TCL Assignments: TH TH

This document contains 14 TCL assignments related to analyzing files and extracting information. Some tasks include finding the largest/smallest lines and words, displaying worst slack values from a report, printing content between matching words, extracting only numbers, displaying source/sink cells of a net, counting and displaying cell drive strengths, dumping nets over a max fanout threshold, and placing cells in a straight line or workspace. The final task is to create a command to run a PNR flow based on provided switch settings.

Uploaded by

vibhash kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

TCL ASSIGNMENTS

1. To find the largest and smallest line in a file

2. To find the largest and smallest word in a file


3. By giving the command mywnstns it should display the worst negative slack and total
negative slack from a report
4. To print the content in between the same words
5. To print only the numbers from a file
6. By pressing a key it should display the source of the net and net and sink cells of the
net
7. How many number of cells are present and display the various drive strength and
display the count
8. Get all the nets and check for the fanout if the fanout is greater than a max_fanout
value dump it into a file
9. Calculate the net length and if the length is greater than a particular length dump it
into a file
10. From 8th question take the file and follow the procedure of 6th question
11. Relative placement
12.To create a workspace
13.Take a particular module cells and place it in a straight line
14. Create a command such that it should do the pnr flow based on the switches
provided

You might also like