Skip to content

Commit 3bc7447

Browse files
committed
Replace dependency Peakrdl-systemrdl by systemrdl-compiler
This reduces the number of indirect dependencies. Signed-off-by: Douglas Reis <[email protected]>
1 parent ae020ad commit 3bc7447

File tree

3 files changed

+8
-169
lines changed

3 files changed

+8
-169
lines changed

rdl2ot/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
[project]
66
name = "rdl2ot"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "An extension of PeakRDL to generate OpenTitan RTL."
99
requires-python = ">=3.10"
1010
keywords = ["SystemRDL", "OpenTitan", "Codegen"]
1111
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
[project]
66
name = "rdlexporter"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Library to export rdl files"
99
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)