File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -99,3 +99,10 @@ Add to your Python `requirements.txt` file using;
99
99
```
100
100
pythondata-cpu-rocket
101
101
```
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.
Original file line number Diff line number Diff line change 4
4
src = "https://github.com/chipsalliance/rocket-chip.git"
5
5
6
6
# 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 )
9
9
try :
10
10
from packaging .version import Version as V
11
- pversion = V ("0.0.post7138 " )
11
+ pversion = V ("0.0.post7140 " )
12
12
except ImportError :
13
13
pass
14
14
27
27
"""
28
28
29
29
# 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 )
32
32
try :
33
33
from packaging .version import Version as V
34
- ptool_version = V ("0.0.post134 " )
34
+ ptool_version = V ("0.0.post136 " )
35
35
except ImportError :
36
36
pass
37
37
You can’t perform that action at this time.
0 commit comments