Metadata-Version: 2.1
Name: peakrdl-docx
Version: 0.4.7
Summary: Compile SystemRDL definition into a Docx (MsWord) document
Author: Alex Nijmeijer
Project-URL: Repository, https://github.com/nijmeijer/PeakRDL-docx
Project-URL: Tracker, https://github.com/nijmeijer/PeakRDL-docx/issues
Project-URL: Changelog, https://github.com/nijmeijer/PeakRDL-docx/commits/main/
Project-URL: Documentation, https://github.com/nijmeijer/PeakRDL-docx/blob/main/README.md
Keywords: SystemRDL,PeakRDL,CSR,compiler,tool,documentation,generator,Verilog,SystemVerilog,register abstraction layer,FPGA,ASIC
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: systemrdl-compiler>=1.27.0
Requires-Dist: peakrdl
Requires-Dist: pyquery>=2.0.0
Requires-Dist: python-docx>=1.1.2

# PeakRDL-docx
Compile SystemRDL into a Docx (MS-Word) document


# Command line
peakrdl docx  <input_file.rdl> -o <output_file.docx> --title "Registers of the PCIe BAR1"

where:
- <input_file.rdl> indicates the input path and filename
- -o <output_file.docx> indicates the path and filename of the output file
- --title indicates the (optional) document-title
