Skip to content

Commit 7164b59

Browse files
Updated using 0.0.post136 from https://github.com/litex-hub/litex-data-auto
1 parent 3f15fa8 commit 7164b59

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,10 @@ Add to your Python `requirements.txt` file using;
9999
```
100100
pythondata-cpu-rocket
101101
```
102+
103+
# Issues and Fixes
104+
105+
This package is autogenerated from the sources in
106+
<https://github.com/chipsalliance/rocket-chip.git>
107+
using the [pythondata-auto](https://github.com/litex-hub/pythondata-auto)
108+
toolset. Pull requests and issues on this pythondata repo may not be monitored.

pythondata_cpu_rocket/__init__.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
src = "https://github.com/chipsalliance/rocket-chip.git"
55

66
# Module version
7-
version_str = "0.0.post7138"
8-
version_tuple = (0, 0, 7138)
7+
version_str = "0.0.post7140"
8+
version_tuple = (0, 0, 7140)
99
try:
1010
from packaging.version import Version as V
11-
pversion = V("0.0.post7138")
11+
pversion = V("0.0.post7140")
1212
except ImportError:
1313
pass
1414

@@ -27,11 +27,11 @@
2727
"""
2828

2929
# Tool version info
30-
tool_version_str = "0.0.post134"
31-
tool_version_tuple = (0, 0, 134)
30+
tool_version_str = "0.0.post136"
31+
tool_version_tuple = (0, 0, 136)
3232
try:
3333
from packaging.version import Version as V
34-
ptool_version = V("0.0.post134")
34+
ptool_version = V("0.0.post136")
3535
except ImportError:
3636
pass
3737

0 commit comments

Comments
 (0)