Tag Scripting

Basics of TCL

Being a VLSI engineer we work on many industry tools and these tools need an automation rather than manual work as we need to handle many issues at the same time. We can’t go and fix all this manually as…

Basic Linux Commands

List of Basic Linux Commands Create directory Mkdir is the command which we use to create directory, mkdir is short form of make directory. The command structure is as per below. mkdir <directory_name> Example mkdir ivlsi_physicalDesign Change Directory Change directory…