Skip to content

bash script that executes verilog files in a single command

License

Notifications You must be signed in to change notification settings

yashkathe/verilog-compile-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Verilog Simulation Script

A simple bash script to compile and run Verilog files using Icarus Verilog

Installation

sudo apt install icarus-verilog
wget https://raw.githubusercontent.com/yashkathe/verilog-compile-script/refs/heads/master/compile-verilog &&
mv ./compile-verilog  /usr/local/bin/compile-verilog &&
chmod +x /usr/local/bin/compile-verilog

Usage

compile-verilog {verilog-file}.v

About

bash script that executes verilog files in a single command

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages