forked from YosysHQ/yosys
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
110 additions
and
49 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ISC License | ||
|
||
Copyright (C) 2012 - 2020 Claire Xenia Wolf <[email protected]> | ||
Copyright (C) 2012 - 2025 Claire Xenia Wolf <[email protected]> | ||
|
||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted, provided that the above | ||
|
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
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 |
---|---|---|
|
@@ -1221,7 +1221,7 @@ struct LicensePass : public Pass { | |
log(" | |\n"); | ||
log(" | yosys -- Yosys Open SYnthesis Suite |\n"); | ||
log(" | |\n"); | ||
log(" | Copyright (C) 2012 - 2024 Claire Xenia Wolf <[email protected]> |\n"); | ||
log(" | Copyright (C) 2012 - 2025 Claire Xenia Wolf <[email protected]> |\n"); | ||
log(" | |\n"); | ||
log(" | Permission to use, copy, modify, and/or distribute this software for any |\n"); | ||
log(" | purpose with or without fee is hereby granted, provided that the above |\n"); | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,7 +144,7 @@ void yosys_banner() | |
log("\n"); | ||
log(" /----------------------------------------------------------------------------\\\n"); | ||
log(" | yosys -- Yosys Open SYnthesis Suite |\n"); | ||
log(" | Copyright (C) 2012 - 2024 Claire Xenia Wolf <[email protected]> |\n"); | ||
log(" | Copyright (C) 2012 - 2025 Claire Xenia Wolf <[email protected]> |\n"); | ||
log(" | Distributed under an ISC-like license, type \"license\" to see terms |\n"); | ||
log(" \\----------------------------------------------------------------------------/\n"); | ||
log(" %s\n", yosys_version_str); | ||
|
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
Oops, something went wrong.