Remove dangerous usage of non-public parts of the systemrdl-compiler API

This commit is contained in:
Alex Mykyta
2025-11-15 12:23:39 -08:00
parent 610351d169
commit 7f572e05a4
4 changed files with 5 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ name = "peakrdl-regblock"
dynamic = ["version"]
requires-python = ">=3.7"
dependencies = [
"systemrdl-compiler ~= 1.30",
"systemrdl-compiler ~= 1.31",
"Jinja2 >= 2.11",
]