Metadata-Version: 2.1
Name: ioplace_parser
Version: 0.4.0
Summary: Antlr4-based parser for the OpenLane I/O Placement script
Author: Efabless Corporation
Author-email: donn@efabless.com
Requires-Python: >=3.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: antlr4-python3-runtime (>=4.9.0,<4.10.0)
Description-Content-Type: text/markdown

# IO Place Parser
Antlr4-based parser for the input files to OpenLane custom IO placers.

With syntactic and (limited) semantic error reporting.

# License
Apache License, version 2.0. See 'License'.

