colbybrooks / Automating-HSPICE

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 86.4%Language:SourcePawn 13.6%