Skip to content

Verilog template which is easy to develop, using VS Code Remote Development.

Notifications You must be signed in to change notification settings

xiupos/verilog-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verilog Template for VS Code Remote Development

Verilog template which is easy to develop, using VS Code Remote Development.

It uses Icarus Verilog and GTKWave.

Requirement

If you want to use gtkwave, you need the X Window System.

Usage

Press F1 in VS Code and select Remote-Containers: Reopen in Container.

Build

Press F1 > Select Tasks: Run Task > Select build, or

# Ctrl + Shiht + 0
make build

Run

Press F1 > Select Tasks: Run Task > Select run, or

# Ctrl + Shiht + 0
make run

Run on GTKWave

You need the X Window System.

Press F1 > Select Tasks: Run Task > Select wave, or

# Ctrl + Shiht + 0
make wave

LICENCE

NO LICENCE

You have to check licences of Icarus Verilog and GTKWave.

About

Verilog template which is easy to develop, using VS Code Remote Development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published