Table of Contents
This script sets or updates corner variables in an S-Edit simulation creating unique names for new corners or searching for existing ones
The script uses the property set command in S-Edit to target different testbench variables and update them or create new ones.
- Tcl
- Tanner S-Edit
To get started with using this code, ensure you have Tanner tools installed with an open design.
You must have an existing testbench set up in S-Edit whose corner variables you need to set or update
- Open the project at .insert local path of script here with an editor. Preferrably vscode
- You could also clone the repo
git clone https://github.com/EDA-Solutions-Limited/set_or_update_corner_variables.git
- Drag and drop the tcl script into the S-Edit command window or
- Go to Edit -> Execute Tcl to run the script
Contributions are what makes EDA solutions the ultimate dream team. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- If the changes made are much more awesome, then the request would be approved and merged into the main branch.
Not to be distributed to anyone outside EDA solutions.
James Mutumba - jamesmutumba@eda-solutions.com
Project Link: set_or_update_corner_variables