Fix hwif type name generation to properly handle parameterized component names. #70

This commit is contained in:
Alex Mykyta
2023-10-11 21:58:10 -07:00
parent c0e341579c
commit 0da6efe85c
4 changed files with 15 additions and 40 deletions

View File

@@ -24,7 +24,7 @@ setuptools.setup(
include_package_data=True,
python_requires='>=3.6',
install_requires=[
"systemrdl-compiler >= 1.25.1, < 2",
"systemrdl-compiler >= 1.27.0, < 2",
"Jinja2>=2.11",
],
entry_points = {
@@ -43,6 +43,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",