Skip to content
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 334 commits into from
Feb 16, 2022
Merged

Chipyard Release 1.6.0 (master merge from dev) #913

merged 334 commits into from
Feb 16, 2022

Conversation

alonamid
Copy link
Contributor

@alonamid alonamid commented Jun 30, 2021

Added

Changed

Fixed

Removed

abejgonzalez and others added 29 commits October 11, 2021 09:49
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)
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.
nayiri-k and others added 28 commits February 15, 2022 16:56
Shallow clone all submodules
Fix prompt for validate check
Prep for `main` as `dev` branch
@abejgonzalez abejgonzalez changed the title [DO NOT MERGE] Dev -> Master Tracking (Release 1.6) Chipyard Release 1.6.0 (master merge from dev) Feb 16, 2022
@abejgonzalez abejgonzalez merged commit 51fea1f into master Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet