/$$$$$$$ /$$$$$$ /$$$$$$$$ /$$$$$$ /$$$$$$$$ /$$$$$$$ /$$$$$$$$ /$$$$$$ /$$ /$$
| $$__ $$|_ $$_/|__ $$__//$$__ $$|__ $$__/| $$__ $$| $$_____/ /$$__ $$| $$$ /$$$
| $$ \ $$ | $$ | $$ | $$ \__/ | $$ | $$ \ $$| $$ | $$ \ $$| $$$$ /$$$$
| $$$$$$$ | $$ | $$ | $$$$$$ | $$ | $$$$$$$/| $$$$$ | $$$$$$$$| $$ $$/$$ $$
| $$__ $$ | $$ | $$ \____ $$ | $$ | $$__ $$| $$__/ | $$__ $$| $$ $$$| $$
| $$ \ $$ | $$ | $$ /$$ \ $$ | $$ | $$ \ $$| $$ | $$ | $$| $$\ $ | $$
| $$$$$$$/ /$$$$$$ | $$ | $$$$$$/ | $$ | $$ | $$| $$$$$$$$| $$ | $$| $$ \/ | $$
|_______/ |______/ |__/ \______/ |__/ |__/ |__/|________/|__/ |__/|__/ |__/
/$$$$$$ /$$ /$$ /$$$$$$$$ /$$$$$$$$
/$$__ $$ | $$ | $$ | $$_____/ | $$_____/
| $$ \__/ | $$ | $$ | $$ | $$
| $$ | $$$$$$$$ | $$$$$ | $$$$$
| $$ | $$__ $$ | $$__/ | $$__/
| $$ $$ | $$ | $$ | $$ | $$
| $$$$$$/ | $$ | $$ | $$$$$$$$ | $$
\______/ |__/ |__/ |________/ |__/
Node JS
apt install nodejs npm
Tkinter
apt-get install python3-tk
Python EEL
pip install eel
F4PGA - Automated Bitstream Generation Tool
https://f4pga-examples.readthedocs.io/en/latest/getting.html
git clone https://github.com/shahzaibk23/Bitsream-Chef.git
cd Bitsream-Chef
npm install
source ./environment.sh --activate
python main.py
For activating environment.
source ./environment.sh --activate
For deactivating environment.
source ./environment.sh --deactivate
For generating bitstream.
TARGET="arty_35" TOP_MODULE="SoCNow" VERILOG_DIR="../../verilog_dir" CONS_DIR="../../constraints_dir" CONSTRAINT_FILE="anyfile" make
https://docs.google.com/document/d/1xByuFOh_SIC23NHe2ZOPA65XLJydzgEiLvRrkp8hrhM/edit?usp=sharing