GitHub Repo

Approximator Tool

Requirements

💡

Be mindful of version numbers, the tools were developed and tested with the versions listed below

It is highly recommended to install requirements and run the tools in a virtual enviornment

📝

You can install both requirements with the following command

pip install -r requirements.txt

GUI Tool Requirements

pip install pyverilog==1.3.0 veriloggen==1.9.0 numpy==1.19.3 PySimpleGUI==4.33.0

Command Line Tool Requirements

pip install pyverilog==1.3.0 veriloggen==1.9.0 numpy==1.19.3