-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from FlyGoat/bump
Bump to git master to get verilator working
- Loading branch information
Showing
7 changed files
with
49 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,42 +4,42 @@ | |
src = "https://github.com/openrisc/mor1kx.git" | ||
|
||
# Module version | ||
version_str = "5.1.1.post142" | ||
version_tuple = (5, 1, 1, 142) | ||
version_str = "5.2.post151" | ||
version_tuple = (5, 2, 151) | ||
try: | ||
from packaging.version import Version as V | ||
pversion = V("5.1.1.post142") | ||
pversion = V("5.2.post151") | ||
except ImportError: | ||
pass | ||
|
||
# Data version info | ||
data_version_str = "5.1.1.post0" | ||
data_version_tuple = (5, 1, 1, 0) | ||
data_version_str = "5.2.post3" | ||
data_version_tuple = (5, 2, 3) | ||
try: | ||
from packaging.version import Version as V | ||
pdata_version = V("5.1.1.post0") | ||
pdata_version = V("5.2.post3") | ||
except ImportError: | ||
pass | ||
data_git_hash = "4cebbb684bba8f9fe74f9b69e679796d4fd4a35b" | ||
data_git_describe = "v5.1.1-0-g4cebbb6" | ||
data_git_hash = "d3f15eaac6d079836d5e67b0c62d585e0e143ece" | ||
data_git_describe = "v5.2-3-gd3f15eaac6d0" | ||
data_git_msg = """\ | ||
commit 4cebbb684bba8f9fe74f9b69e679796d4fd4a35b | ||
Merge: 44ea698 1a8c19b | ||
commit d3f15eaac6d079836d5e67b0c62d585e0e143ece | ||
Author: Stafford Horne <[email protected]> | ||
Date: Mon May 23 06:01:28 2022 +0900 | ||
Date: Sun Oct 13 07:40:30 2024 +0100 | ||
Merge pull request #147 from stffrdhrn/or1k-linux-failing | ||
github: Revert from ubunutu 24.04 to 22.04 | ||
Revert "dcache: Allow writing during write_pending" | ||
The previous latest version skipped 2 versions in github. | ||
We were running 22.04 before no 24.04. | ||
""" | ||
|
||
# Tool version info | ||
tool_version_str = "0.0.post142" | ||
tool_version_tuple = (0, 0, 142) | ||
tool_version_str = "0.0.post148" | ||
tool_version_tuple = (0, 0, 148) | ||
try: | ||
from packaging.version import Version as V | ||
ptool_version = V("0.0.post142") | ||
ptool_version = V("0.0.post148") | ||
except ImportError: | ||
pass | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters