Skip to content

horo-fox/verilog-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verilog translator

Translate verilog to a circuitsim file.

credits

Thanks to:

setup

# make a venv
$ python -m venv .venv
$ . .venv/bin/activate  # on *nix
$ ./.venv/Scripts/activate  # on Windows
# install dependencies
$ pip install -r requirements.txt

Then, make a verilog file called in.v in this directory.

Running

$ python translate.py

Then, open circuit.sim in this directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages