Skip to content

Commit d73c234

Browse files
timvideos-robotTravis CI User
authored and
Travis CI User
committed
Updating pythondata-cpu-lm32 to 0.0.post106
Updated data to v0.0-57-g84b3e3c based on 84b3e3c from https://github.com/m-labs/lm32.git. > commit 84b3e3c > Author: Michael Walle <[email protected]> > Date: Fri Oct 10 18:52:34 2014 +0200 > > convert the latex documention to rst > > This will ease editing the documentation. For now only a HTML output is > generated. > > Signed-off-by: Michael Walle <[email protected]> > Updated using 0.0.post49 from https://github.com/litex-hub/litex-data-auto
1 parent 811de98 commit d73c234

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ This Useful for usage with tools like
77
[LiteX](https://github.com/enjoy-digital/litex.git).
88

99
The data files can be found under the Python module `pythondata_cpu_lm32`. The
10-
`pythondata_cpu_lm32.location` value can be used to find the files on the file system.
10+
`pythondata_cpu_lm32.data_location` value can be used to find the files on the file
11+
system.
1112

1213
Example of getting the data file directly;
1314
```python

pythondata_cpu_lm32/__init__.py

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

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

@@ -37,11 +37,11 @@
3737
"""
3838

3939
# Tool version info
40-
tool_version_str = "0.0.post48"
41-
tool_version_tuple = (0, 0, 48)
40+
tool_version_str = "0.0.post49"
41+
tool_version_tuple = (0, 0, 49)
4242
try:
4343
from packaging.version import Version as V
44-
ptool_version = V("0.0.post48")
44+
ptool_version = V("0.0.post49")
4545
except ImportError:
4646
pass
4747

0 commit comments

Comments
 (0)