Skip to content

Script that automates the process to create multiple Spice files through copying and appending. Each file is ran through subprocess and HSPICE, output is saved to find min Time Delay.

Notifications You must be signed in to change notification settings

colbybrooks/Automating-HSPICE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automating-HSPICE

Built a python script that automates running hspice. Given a parameter value for the number of fans and inverters, the code is designed to also automate creating the spice .sp files for each iteration of fan and inverters. After each .sp file is created using the subprocess command to output a text so unix will run the .sp file with hspice The code is iterated to find the smallest time delay

Prerequisites

Python 3.7 used (any Python3 should work) | Anacondas Environment | HSPICE

About

Script that automates the process to create multiple Spice files through copying and appending. Each file is ran through subprocess and HSPICE, output is saved to find min Time Delay.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published