Metadata-Version: 2.4
Name: j2gpp-verilog
Version: 1.2.0
Summary: J2GPP extension for Verilog and SystemVerilog
Author-email: Louis Duret-Robert <louisduret@gmail.com>
Project-URL: Homepage, https://github.com/Louis-DR/j2gpp_verilog
Keywords: j2gpp,jinja2,extension,verilog,systemverilog,rtl,hdl,asic,fpga
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: j2gpp>=4.3.0
Dynamic: license-file

# J2GPP-Verilog

A J2GPP extension for Verilog and SystemVerilog hardware description languages used in ASIC and FPGA development.

## Installation

The extension is a Python library that can be installed with pip and just requires J2GPP>=4.0 being installed.

```shell
pip install j2gpp-verilog
```

Once installed, the extension is automatically loaded by J2GPP and its filters, tests, and globals are usable in any template file.
