-
Notifications
You must be signed in to change notification settings - Fork 681
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
Chipyard Release 1.6.0 (master merge from dev) #913
Merged
Merged
Conversation
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
Testing GH-A Improvements
Fixes UART portmap for Arty.
Co-authored-by: Jerry Zhao <jerryz123@berkeley.edu>
…A_OPTS (#1013) * Set JAVA_TOOL_OPTIONS environment variable instead of nonstandard JAVA_OPTS The JAVA_TOOL_OPTIONS environment variable is passed to all Java processes. This is useful for Java processes that somehow miss the flags passed in via command line, in particular, the JVM launched by initialization of the SBT thin client only sees flags passed in by JAVA_TOOL_OPTIONS. * Update CI with JAVA_TOOL_OPTIONS
Currently there is no define for MAKE. Running script always throws `obsolete make version; need GNU make 4.x or later` error. This config is from [`build-util.sh` script](https://github.com/ucb-bar/chipyard/blob/9d055fdac638ab90735cbde42fd2d86355eb260b/scripts/build-util.sh#L17-L19)
…le-ci Add support for GitHub Actions
jlevel fix that causes crashes on some systems (firesim/FireMarshal#207).
Add define for MAKE variable
- Only support bug report + feature requests - Direct people to relevant docs/question places
Previously, the TestDriver would set MODEL to TestHarness if unset. This fixes the feature to let us set MODEL from the makefile.
Bump marshal
Fix custom MODEL feature
Fix skip-validate
Shallow clone all submodules
Merge `master` into `dev`
Fix prompt for validate check
Update changelog for 1.6.0
Bump FireSim to 1.13.0
Prep for `main` as `dev` branch
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.
Added
torture
andtorture-overnight
for running Torture (Add torture run options to makefile #992)build-toolchains.sh
(Add define for MAKE variable #1021)Changed
SBT_BIN
variable) (Cleanup how to override SBT +make help
documentation update #1041)ConfigFragments.scala
into multiple files (with more organization) (Split ConfigFragments.scala into multiple files by usage #1061)dev
tomaster
submodule commits #1113)Fixed
MODEL
from the cmdline (Fix custom MODEL feature #1030)fd
warning when running make (Hidewhich
warning whenfd
isn't installed #1057)Removed
WithUARTIOCells
fragment (Remove duplicateWithUARTIOCells
[ci skip] #1047)