-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Yosys HQ v0.10 as a submodule #403
Merged
Changes from 13 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
b213faa
[Git] Add YosysHQ as a submodule in the place of QuickLogic Yosys
tangxifan f2ce2e6
[Github] debugging
tangxifan 39fa050
[Github] debugging
tangxifan aece87b
[Github] debugging
tangxifan 104e177
[Git] Update yosys submodule:
tangxifan e8b3c68
[Github] Now use YosysHQ v0.10 release as a submodule
tangxifan 9c06041
[Flow] Update yosys script by replacing the deprecated command 'opt_r…
tangxifan 0a449cc
[HDL] Fixed critical bugs in multi-mode FF HDL modeling, which caused…
tangxifan 91627ab
[FPGA-Verilog] Fixed a bug on the non-inverted reset signal in testbe…
tangxifan 9432835
[Script] Replace deprecated ``rmdff`` in out-of-date yosys scripts
tangxifan 16de60e
[Test] Turn off ACE2 run in bitstream generation only flows
tangxifan 18bab18
[Test] Disable all the quicklogic tests due to missing support in Yos…
tangxifan 978c60e
[Flow] Disable DFFE and SDFF in no-ff Yosys scripts
tangxifan 59a622a
[Flow] Disable DFFE and SDFF in no-ff Yosys scripts
tangxifan 0b770f3
[Flow] Disable DFFE and SDFF in no-ff Yosys scripts
tangxifan ec184ef
[Flow] Flatten the synthesis recipe in default yosys script to disabl…
tangxifan b7ad612
[Flow] Flatten the synthesis recipe in default yosys script to disabl…
tangxifan 40d11a4
[Test] Disable ACE2 in implicit verilog test cases due to Yosys upgrade
tangxifan 8dea7e8
[Flow] Update yosys script to not use sdff and dffe
tangxifan ad5cce0
[Test] Use frac_ff arch for SAPone; Otherwise Yosys cannot map reset …
tangxifan e6cc3c4
[Flow] Enable flatten for dff-related yosys scripts
tangxifan be47e78
[Arch] Change arch for Sapone test
tangxifan 6277234
[Flow] bug fix in BRAM-oriented yosys scripts
tangxifan 335347a
[Test] Bug fix
tangxifan a4cfc84
[Test] Bug fix
tangxifan 27b82d1
[Flow] bug fix
tangxifan c8e9dfb
[Test] bug fix
tangxifan 7455990
[Flow] bug fix
tangxifan 370e3fe
[Test] Now use pre-configured testbench when verifying signal gen mic…
tangxifan 7f999d0
[Test] update golden results for the vtr benchmarks due to Yosys v0.1…
tangxifan 0d14aa4
[Flow] Add comments to clarify the limitations
tangxifan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "yosys"] | ||
path = yosys | ||
url = https://github.com/QuickLogic-Corp/yosys.git | ||
branch = quicklogic-rebased | ||
url = https://github.com/YosysHQ/yosys | ||
branch = release-branch-0.10 |
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 |
---|---|---|
|
@@ -83,7 +83,7 @@ opt_expr -mux_undef | |
simplemap | ||
opt_expr | ||
opt_merge | ||
opt_rmdff | ||
opt_dff | ||
opt_clean | ||
opt | ||
|
||
|
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 |
---|---|---|
|
@@ -67,7 +67,7 @@ opt_expr -mux_undef | |
simplemap | ||
opt_expr | ||
opt_merge | ||
opt_rmdff | ||
opt_dff | ||
opt_clean | ||
opt | ||
|
||
|
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
Submodule yosys
updated
1015 files
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tpagarani @coolbreeze413 Please be aware of this