verilog_decrypt
A simple tool for decrypting Verilog files protected with IEEE-1735.
This script depends on the cryptography
library, which can be installed easily in a virtual environment:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt