Skip to content

prabsy96/TNNGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TNNGen

A framework for generating Temporal Neural Network (TNN) ecosystems with post-synthesis process flow support. As of now, the framework supports the open-source flow for RTL simulation (iVerilog) and RTL synthesis (Yosys). Synthesis support is currently being experimented using the open source Nangate 45nm cell libraries.

Instructions -

Till TNNGen is published as a package, please install the following dependencies:

sudo apt install iverilog

pip3 install pyverilog

sudo apt-get install -y gtkwave

Follow Yosys installation from here: http://www.clifford.at/yosys/download.html

Directories & Files -


To run script -

python3 main.py 

Command line arguments:

		 [--top <top_lvl column module> 
                     
		 --tb <testbench> 
                 
		 --flow <rtl_sim, rtl_synth, post_synth_verif>, 
                     
		 --run_sim <run sim> 
                 
		 --simulator <iverilog, vcs, xrun> 
                 
		 --print <print code in console> ]

pyverilog - https://pypi.org/project/pyverilog/

veriloggen - https://github.com/PyHDI/veriloggen

post-synthesis -> yosys (has ABC in backend)

RTL to GDSII -> OpenROAD

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors