Skip to content

Commit 7f43501

Browse files
committed
Replace dependency Peakrdl-systemrdl by systemrdl-compiler
Signed-off-by: Douglas Reis <[email protected]>
1 parent ae020ad commit 7f43501

File tree

3 files changed

+6
-167
lines changed

3 files changed

+6
-167
lines changed

rdl2ot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
dependencies = [
1313
"click>=8.2.1",
1414
"jinja2>=3.1.6",
15-
"peakrdl>=1.4.0",
15+
"systemrdl-compiler>=1.29",
1616
]
1717

1818
authors = [

rdlexporter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.10"
1010
keywords = ["SystemRDL", "library", "exporter"]
1111
readme = "README.md"
1212
dependencies = [
13-
"peakrdl>=1.4.0",
13+
"systemrdl-compiler>=1.29",
1414
]
1515

1616
authors = [

uv.lock

Lines changed: 4 additions & 165 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)