-
Notifications
You must be signed in to change notification settings - Fork 10
Rebase main #70
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
Merged
Merged
Rebase main #70
Conversation
This file contains hidden or 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
Merge dev to main after v2022.3 release
Merge dev to main for release 2023.1
Merge dev to main for release 2023.2
Revert "Merge dev to main for release 2023.2"
Revert "Revert "Merge dev to main for release 2023.2""
Update PF_SRAM_AHBL_AXI_version
Added RISC-V example
…xi_target Add '-D__STDC_FORMAT_MACROS' to USER_CXX_FLAG of axi_target test
On Training3 some calculations were performed during the formal port assignment or a module, potentially generating a wider bus than the actual port definition. Now the calculation is done in a separate wire assignment that performs an automatic cast to the width of the wire to prevent the mismatch. Probably Synplify got more strict about this kind of implicit type casting during formal port assignment compared to the previous version.
Fixed synthesis error for 2024_1 release
- Edit tcl scripts to support Windows by removing bash calls - Add a .bat version of all .sh scripts - Removed mention of Cygwin in Readme.md & Readme-compile.md
- Trainings are no longer PDFs, instead markdown files - Added bat versions of bash scripts since Cygwin is no longer used - Pre-generated Libero projects no longer used, users expected to generate projects themselves - Modified libero_flow.tcl so that if the argument GENERATE_ONLY:1 is passed in, Libero will only generate the project (i.e. not run synthesis & PnR) - Pre-compiled binaries (e.g. *job files, *elf files) to be stored in the release assets (versus in AEM) - Removed section numbers & ToC - Images & resource reports updated for 2024.1
Fixed incorrect .job filename
Added Canny_RISCV example, which shows how to use the Canny module in the SoC flow targeting the IcicleKit board. Added a readme for the example.
* Change all possible temp links to permalinks * Updated version number of User Guide links for links that do not yet have a permalink
* Fixed incorrect path returned by getHLSPaths function. The base_path was being set incorrectly when the shls_path variable was already set by using the 'which' command. * Added fix for getting the base_path when using a release version of SHLS (#63) This fix doesn't work if the "shls" env var isn't in the path (line 21). The change to risc-v-demo/sev-kit-reference-design/script_support/additional_configurations/smarthls/sd_add_axis_converters.tcl means that "base_path" needs to be one level up from bin. So then that means "base_path" should be Libero_SoC_v2024.1/SmartHLS-2024.1/SmartHLS or C:\Microchip\Libero_SoC_v2024.1\SmartHLS-2024.1\SmartHLS. --------- Co-authored-by: jennifermah76 <132939922+jennifermah76@users.noreply.github.com>
Merge dev to main for release 2024.1
Change name="LegUp" to name="SmartHLS" in all IDE-generated files
Revert "Change name="LegUp" to name="SmartHLS" in all IDE-generated files"
ManuelSaldana
approved these changes
Jul 3, 2024
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.
Let's not have that many commits ever again. Rebase often.
angelayu-mchp
added a commit
that referenced
this pull request
Jul 3, 2024
This reverts commit 7c6bcde.
Closed
angelayu-mchp
added a commit
that referenced
this pull request
Jul 3, 2024
This reverts commit 7c6bcde.
Merged
angelayu-mchp
added a commit
that referenced
this pull request
Jul 3, 2024
This reverts commit 7c6bcde.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.