Skip to content

Umesh1233229/tools-installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

tools-installation

Day 0 - Tools Installation

Yosys

$ git clone https://github.com/YosysHQ/yosys.git
$ cd yosys
$ sudo apt install make   # (If make is not installed please install it)
$ sudo apt-get install build-essential clang bison flex \
    libreadline-dev gawk tcl-dev libffi-dev git \
    graphviz xdot pkg-config python3 libboost-system-dev \
    libboost-python-dev libboost-filesystem-dev zlib1g-dev
$ make
$ sudo make install
Screenshot 2025-09-20 212345 ### iverilog ```bash $ sudo apt-get install iverilog ``` Screenshot 2025-09-20 212602 ###Gtkwave ```bash $ sudo apt update $ sudo apt install gtkwave ``` Screenshot 2025-09-20 212834

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published