Skip to content

Commit 9a48357

Browse files
Updating pythondata-cpu-ibex to 0.0.post2566
Updated data to v0.0-2424-g1cdd4035 based on 1cdd403 from https://github.com/lowRISC/ibex. > commit 1cdd403 > Author: Marno van der Maas <[email protected]> > Date: Tue Oct 4 10:20:13 2022 +0100 > > [formal] Remove build infrastructure for instruction cache assertions > Updated using 0.0.post142 from https://github.com/litex-hub/litex-data-auto
1 parent 882d96a commit 9a48357

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pythondata_cpu_ibex/__init__.py

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@
44
src = "https://github.com/lowRISC/ibex"
55

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

1515
# Data version info
16-
data_version_str = "0.0.post2421"
17-
data_version_tuple = (0, 0, 2421)
16+
data_version_str = "0.0.post2424"
17+
data_version_tuple = (0, 0, 2424)
1818
try:
1919
from packaging.version import Version as V
20-
pdata_version = V("0.0.post2421")
20+
pdata_version = V("0.0.post2424")
2121
except ImportError:
2222
pass
23-
data_git_hash = "43dc5e85726908cedbc4f3b6798b6ebd8dd1b720"
24-
data_git_describe = "v0.0-2421-g43dc5e85"
23+
data_git_hash = "1cdd403564f4b2e4352919f591ee9182cebcfb67"
24+
data_git_describe = "v0.0-2424-g1cdd4035"
2525
data_git_msg = """\
26-
commit 43dc5e85726908cedbc4f3b6798b6ebd8dd1b720
26+
commit 1cdd403564f4b2e4352919f591ee9182cebcfb67
2727
Author: Marno van der Maas <[email protected]>
28-
Date: Mon Oct 3 15:25:49 2022 +0100
28+
Date: Tue Oct 4 10:20:13 2022 +0100
2929
30-
[formal] Added missing prim secded package
30+
[formal] Remove build infrastructure for instruction cache assertions
3131
3232
"""
3333

0 commit comments

Comments
 (0)