Skip to content

An antidote to remove wildcard I/O instantiations from Verilog and SystemVerilog files.

Notifications You must be signed in to change notification settings

teobiton/antidotv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I really hate .*

This is an antidote against wildcard instantiations for your Verilog and SystemVerilog files. Yes, it's completely an overkill, but it works.

# Install
pip install .

# Usage
# <root_dir> is where to search for modules instantiated in <vlg_file>
antidotv <vlg_filev> <root_dir>

# Also works with a path to a directory to fix several files at once
antidotv <project_dir> <root_dir>

# Use --order to fix wildcards and order I/Os
antidotv <project_dir> <root_dir> --order

About

An antidote to remove wildcard I/O instantiations from Verilog and SystemVerilog files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages