Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sauravmaheshkar/verilog-template

❄️ Template for Verilog Projects using iverilog and gtkwave (nix devShell supported)
https://github.com/sauravmaheshkar/verilog-template

hardware-description-language template-project verilog verilog-template vhdl

Last synced: 9 days ago
JSON representation

❄️ Template for Verilog Projects using iverilog and gtkwave (nix devShell supported)

Awesome Lists containing this project

README

        

[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)

A Template for Verilog Projects (using `iverilog` and `gtkwave`).

* All test-bench's must be named as `*_tb.v` and be placed within the `tests/` dir.
* This template includes a recommended extension for vscode and the necessary settings to make the extension work with the provided directory structure.
* The `Makefile` is inspired from [@pwmarcz's work](https://github.com/pwmarcz/fpga-tools/blob/master/fpga.mk).