Skip to content

smgl9/Muise_seminar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitpod Ready-to-Code Tests

Teros HDL logo

Seminars

This repository aims to collect documents and projects for different seminars

Requirements

Windows

  1. WSL

Install WSL Windows 10

  1. Ubuntu

Install ubuntu from app store

  1. VSCode

Install Vscode with remote WSL

TerosHDL

Manually install Beta version v0.1.91

Linux tools

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

Run test

cd 2021/tb
make 
make TOPLEVEL_LANG=verilog SIM=icarus

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published