Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 533 Bytes

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