This repository aims to collect documents and projects for different seminars
- WSL
- Ubuntu
Install ubuntu from app store
- VSCode
Install Vscode with remote WSL
Manually install Beta version v0.1.91
sudo apt install iverilog
sudo apt install verilator
sudo apt install gnat
sudo apt-get install libz-dev
git clone https://github.com/ghdl/ghdl.git --depth=1 --branch v1.0.0 ghdl \
&& cd ghdl \
&& ./configure \
&& make --silent \
&& sudo make --silent install \
&& cd .. \
&& rm -rf ghdl
sudo apt install python3-pip
sudo pip3 install vunit_hdl
sudo pip3 install cocotb
sudo pip3 install teroshdl
cd 2021/tb
make
make TOPLEVEL_LANG=verilog SIM=icarus