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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    748c973 View commit details
    Browse the repository at this point in the history
  2. Debug

    abejgonzalez committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    192e60f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Testing theory

    abejgonzalez committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    6eb0613 View commit details
    Browse the repository at this point in the history
  2. Testing theory

    abejgonzalez committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    3afce57 View commit details
    Browse the repository at this point in the history
  3. Try hack

    abejgonzalez committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    99f5345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdd9cb2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1004 from ucb-bar/dev-gha-improvements

    Testing GH-A Improvements
    abejgonzalez committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    0194355 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #968 from duyhieubui/master

    Fixes UART portmap for Arty.
    jamesdunn committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    8e59db0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Small cleanup on README.md/comments [ci skip]

    Co-authored-by: Jerry Zhao <jerryz123@berkeley.edu>
    abejgonzalez and jerryz123 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    2fb3dc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    b7fd1ff View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Set JAVA_TOOL_OPTIONS environment variable instead of nonstandard JAV…

    …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
    jerryz123 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    52f76ce View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Add define for MAKE variable

    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)
    quyleanh committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    f7ab5d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    1d3d8e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6387e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e86495 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    23bb89e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #999 from ucb-bar/dev-use-github-actions-plus-circ…

    …le-ci
    
    Add support for GitHub Actions
    abejgonzalez committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b4af52c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da1eab View commit details
    Browse the repository at this point in the history
  4. update docs

    harrisonliew authored and dpgrubb13 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    10ec507 View commit details
    Browse the repository at this point in the history
  5. Basic-Flow update

    harrisonliew authored and dpgrubb13 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    9f4f414 View commit details
    Browse the repository at this point in the history
  6. view_gds.py update

    harrisonliew authored and dpgrubb13 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    418ddc1 View commit details
    Browse the repository at this point in the history
  7. underline fix

    harrisonliew authored and dpgrubb13 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a02965c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3867f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Bump firemarshal to get a number of fixes. Most importantly get the

    jlevel fix that causes crashes on some systems
    (firesim/FireMarshal#207).
    Nathan Pemberton committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    fd09d8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1021 from quyleanh/patch-1

    Add define for MAKE variable
    abejgonzalez committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    15a6b9f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Modify GH Issues

    - Only support bug report + feature requests
    - Direct people to relevant docs/question places
    abejgonzalez committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ff9efb9 View commit details
    Browse the repository at this point in the history
  2. Fix custom MODEL feature

    Previously, the TestDriver would set MODEL to TestHarness if unset. This fixes the feature to let us set MODEL from the makefile.
    jerryz123 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    862099a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    fb8af5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1030 from ucb-bar/model-fix

    Fix custom MODEL feature
    abejgonzalez committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    53821b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1029 from abejgonzalez/master

    Modify GH Issues (All Feedback Welcome)
    abejgonzalez committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    9651e73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a55594b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Small changes [ci skip]

    abejgonzalez committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e1b9f93 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    c905762 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1032 from ucb-bar/pull_request_update

    Update pull request template (Feedback welcome)
    abejgonzalez committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    5ed7a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c4b1da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb5bcc7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1034 from ucb-bar/master

    Master -> Dev Sync
    abejgonzalez committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    6a6fbe1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Separate the base SBT command from the --client addition

    This makes it easier to override just SBT_BIN and still use the
    ENABLE_SBT_THIN_CLIENT flag when using a downloaded SBT script
    abejgonzalez committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    99f1a3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8d83dd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1035 from ucb-bar/readme-rework

    Update README
    abejgonzalez committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    3601516 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    e0fe08e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1047 from ucb-bar/abejgonzalez-patch-1

    Remove duplicate `WithUARTIOCells` [ci skip]
    abejgonzalez committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    1329c14 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    32ffbd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Merge pull request #1041 from ucb-bar/small-sbt-bin-separation

    Cleanup how to override SBT + `make help` documentation update
    abejgonzalez committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    fc994c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Move Chipyard CI to Github Actions

    - As similar as possible to the circle ci code.
    - The `.github/README.md` file has a fair amount of documentation for this.
    - Creates a worfklow file
      - re-uses most of the circleci/scipts unchanged
      - defines a number of *Composite Actions* which are like YML subroutines
    - Removes the circle-ci code
    - Points the CI badge in the top level README to use the GA test result
    chick authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    60ba635 View commit details
    Browse the repository at this point in the history
  2. Mockup self-hosted runners + Bugfix run-tests by init-submods

    abejgonzalez authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    797f85c View commit details
    Browse the repository at this point in the history
  3. Add Ibex

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    f49a26f View commit details
    Browse the repository at this point in the history
  4. Add Ibex documentation

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    fb59ab6 View commit details
    Browse the repository at this point in the history
  5. Add Ibex to CI

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    3df8d4d View commit details
    Browse the repository at this point in the history
  6. Add ibex-wrapper module

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    bb7d4eb View commit details
    Browse the repository at this point in the history
  7. Update testchipip submodule

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    2a050f2 View commit details
    Browse the repository at this point in the history
  8. Address PR comments for Ibex [ci skip]

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    5ffc100 View commit details
    Browse the repository at this point in the history
  9. List supported configs

    Address PR comments
    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    665ff79 View commit details
    Browse the repository at this point in the history
  10. Bump testchipip bootrom changes

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    0c3be2a View commit details
    Browse the repository at this point in the history
  11. Point to testchipip bootrom file changes

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    79f43d0 View commit details
    Browse the repository at this point in the history
  12. Bump verilator to v4.212

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    23cdfde View commit details
    Browse the repository at this point in the history
  13. Bump ibex

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    fb6bb91 View commit details
    Browse the repository at this point in the history
  14. Regenerate patch for Ibex

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    663af1c View commit details
    Browse the repository at this point in the history
  15. Revert verilator back to v4.034

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    082f94c View commit details
    Browse the repository at this point in the history
  16. Increase Hwacha timeout

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7408273 View commit details
    Browse the repository at this point in the history
  17. Bump makefile commits

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    6f8b95b View commit details
    Browse the repository at this point in the history
  18. Point to ibex submodule changes

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    f2e8266 View commit details
    Browse the repository at this point in the history
  19. Revert everything to most recent dev commit

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    b6741b0 View commit details
    Browse the repository at this point in the history
  20. Add Ibex to GHA

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    94ae7af View commit details
    Browse the repository at this point in the history
  21. Address PR comments for Ibex

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    086cc1f View commit details
    Browse the repository at this point in the history
  22. Add main to list of checked generator branch names [ci skip]

    Ella Schwarz authored and Ella Schwarz committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    ab520e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    daea926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf1df5f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Merge pull request #979 from ucb-bar/ibex-integration

    Ibex integration
    abejgonzalez committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    5b3b388 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Force FIRRTL 1.4.1

    abejgonzalez committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    7d244d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1052 from ucb-bar/treadle-fix

    Force FIRRTL 1.4.1
    abejgonzalez committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    58f3642 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    0a513e4 View commit details
    Browse the repository at this point in the history
  2. Bump FireSim

    davidbiancolin committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5886a84 View commit details
    Browse the repository at this point in the history
  3. Revert "Force FIRRTL 1.4.1"

    This reverts commit 7d244d6.
    davidbiancolin committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    804e3de View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Fix WithAXI4MMIOPunchthrough IO binder to use the SBUS instead of MBU…

    …S. Also adds a config and test
    John Wright authored and abejgonzalez committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    b1b047b View commit details
    Browse the repository at this point in the history
  2. Add GH-A test

    abejgonzalez committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    51480d7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1045 from ucb-bar/fix_mmio_iobinder

    Fix MMIO IOBinder
    abejgonzalez committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    e6f7623 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Configuration menu
    Copy the full SHA
    a2d88c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    a5b412c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8a199 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5ac1a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1eea2c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Update docs/Advanced-Concepts/Managing-Published-Scala-Dependencies.rst

    Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
    davidbiancolin and abejgonzalez committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    2904260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df8161c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    170994a View commit details
    Browse the repository at this point in the history
  4. Bump FireSim

    davidbiancolin committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    c8b8ef7 View commit details
    Browse the repository at this point in the history
  5. Update docs/Advanced-Concepts/Managing-Published-Scala-Dependencies.rst

    Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
    davidbiancolin and abejgonzalez committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    8666889 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54447d0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1054 from ucb-bar/use-published-deps

    Use Published Chisel, FIRRTL, Treadle, FIRRTLInterpreter packages instead of building from source.
    davidbiancolin committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ec1b075 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Hide which warning when fd isn't installed

    On some systems, if `fd` isn't installed, this call to `which` will
    result in a message like "which: no fd in <your PATH printed here>".
    This hides that warning message.
    Tynan McAuley committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    2475deb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Merge pull request #1057 from tymcauley/mask-fd-warning

    Hide `which` warning when `fd` isn't installed
    abejgonzalez committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    f732797 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    c027a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f3865 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Don't initialize nvdla-workload with init-submodules

    nvdla-workload is very large, results in long init times
    jerryz123 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    9215231 View commit details
    Browse the repository at this point in the history
  2. Add init-software script

    jerryz123 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    888abc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    b3e160d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    657faf2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1061 from ucb-bar/split_fragments

    Split ConfigFragments.scala into multiple files by usage
    jerryz123 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    8826486 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1063 from ucb-bar/no-nvdla-sw

    Don't initialize nvdla-workload with init-submodules
    jerryz123 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    d335e72 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    1ce67a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a72d466 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    98889d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Shorten the Gemmini Docs (#1078)

    The Gemmini page in the Chipyard docs were pretty out-of-date.
    
    This PR fixes that by deleting most of Chipyard's Gemmini page, and replacing it with a short description and a link to Gemmini's self-hosted docs.
    
    This is a better solution, because it reduces doc-duplication.
    hngenc committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    8172f7a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Remove MaxPermSize

    See ucb-bar#1079. This option ceased doing things after Java 8 (released in 2014), and openJDK considers having it included an error.
    This commit is a redo of a previous one.
    mehnadnerd committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    6d1da36 View commit details
    Browse the repository at this point in the history
  2. bump gemmini to v0.6.2

    hngenc committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    aae6678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71ea647 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b633ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f93b87 View commit details
    Browse the repository at this point in the history
  6. Bump SBT

    davidbiancolin authored and abejgonzalez committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    eea1373 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b16d40 View commit details
    Browse the repository at this point in the history
  8. Bump FireSim

    davidbiancolin authored and abejgonzalez committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    8905056 View commit details
    Browse the repository at this point in the history
  9. Update to non RC

    abejgonzalez committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    13c2225 View commit details
    Browse the repository at this point in the history
  10. Remove MaxPermSize

    abejgonzalez committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c42f369 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36e6a17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c365062 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e291cd4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9a2236 View commit details
    Browse the repository at this point in the history
  15. Update Chipyard

    abejgonzalez committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    e3bdbb2 View commit details
    Browse the repository at this point in the history
  16. Update Hwacha/Icenet

    abejgonzalez committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    00626b5 View commit details
    Browse the repository at this point in the history
  17. Convert fire() to fire

    abejgonzalez committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    74e20b4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    70202eb View commit details
    Browse the repository at this point in the history
  19. Allow unrecognized annos

    abejgonzalez committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    1263427 View commit details
    Browse the repository at this point in the history
  20. Bump FireSim

    abejgonzalez committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    9845657 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Update rocketchip

    abejgonzalez committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    cd0d194 View commit details
    Browse the repository at this point in the history
  2. Bump BOOM/Gemmini

    abejgonzalez committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    117624d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1083 from ucb-bar/bump-gemmini

    Bump gemmini to v0.6.2
    abejgonzalez committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    9037776 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1082 from mehnadnerd/patch-3

    Remove MaxPermSize
    abejgonzalez committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    c02117b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffd530e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    283cc2b View commit details
    Browse the repository at this point in the history
  2. Bump Gemmini to v0.6.3

    hngenc committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    ad5c77d View commit details
    Browse the repository at this point in the history
  3. Bump sodor for val io fix

    jerryz123 committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    28d6174 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Merge pull request #1090 from ucb-bar/narrow-ci-runs

    Run CI only on dev/master/main branches/PRs
    abejgonzalez committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    97a7783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    914713a View commit details
    Browse the repository at this point in the history
  3. Bump BOOM and Sodor

    abejgonzalez committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    bce60a3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1092 from ucb-bar/abejgonzalez-patch-2

    Only run CI on pull_requests
    abejgonzalez committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a8cb8c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    596e979 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3265b4e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1089 from ucb-bar/bump-sodor

    Bump sodor for val io fix
    abejgonzalez committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    e8d4e57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0df72b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    b168d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c813d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e60806 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70f16cb View commit details
    Browse the repository at this point in the history
  5. Document simulator-timeout settings (#1094)

    Tynan McAuley committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    9adb103 View commit details
    Browse the repository at this point in the history
  6. Bump BOOM and FireSim

    abejgonzalez committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    0c369c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98b4ba9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Bump FireSim

    abejgonzalez committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    e48108d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    3a2af96 View commit details
    Browse the repository at this point in the history
  2. Fix tracegen compile

    abejgonzalez committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e17f478 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c18bc6b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Added FFT Generator integration

    Animesh Agrawal authored and AnimeshAgrawal committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    c0f5c77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beaf37f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b18b0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fab8815 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9820a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2de8496 View commit details
    Browse the repository at this point in the history
  7. Add comment explaining CanHavePeripheryFFT

    Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
    AnimeshAgrawal and abejgonzalez committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    e66ebe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4f21c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8a9cfc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1dacb53 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    807cf7f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e773558 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    32efaae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f728a39 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a3198ad View commit details
    Browse the repository at this point in the history
  16. Add fft test to yml

    AnimeshAgrawal committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    afad6c4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f4587c6 View commit details
    Browse the repository at this point in the history
  18. docs for fft generator

    AnimeshAgrawal committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    f22d1c5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4180463 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2e23626 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    15e40d4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    950876b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6ef6c20 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dba2a58 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    cfcb71b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    af9435d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1067 from ucb-bar/fft-generator

    MMIO FFT Generator
    AnimeshAgrawal committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    3de8173 View commit details
    Browse the repository at this point in the history
  3. Bump BOOM/FireSim

    abejgonzalez committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    aa7edcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffbd436 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88effe6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Bump SHA3

    abejgonzalez committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    4636b15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f0d1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9daf6e9 View commit details
    Browse the repository at this point in the history
  4. Bump sha3

    a0u committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    27fceaf View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    5afd540 View commit details
    Browse the repository at this point in the history
  2. Remove CircleCI

    abejgonzalez committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    ffa841b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1104 from ucb-bar/abejgonzalez-patch-3

    Update BOOM reference in README
    abejgonzalez committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    4de89be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1105 from ucb-bar/remove-circleci

    Remove CircleCI
    abejgonzalez committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    9ab5711 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Try barstools fix

    abejgonzalez committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    a6d656b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    e52081e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1108 from ucb-bar/saif_fix

    Fix SAIF & Waveforms for Post-P&R Power
    harrisonliew committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    ef9c5b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. skywater tutorial doc files

    nayiri-k committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0f49423 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Bump hwacha

    a0u committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e7c7a77 View commit details
    Browse the repository at this point in the history
  2. Bump to Chisel 3.5.1

    abejgonzalez committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e39795e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a5f36 View commit details
    Browse the repository at this point in the history
  4. Have PRCI control registers be clocked by the bus they hang off of (#…

    …1109)
    
    This was technically correct before if the CBUS clock was the implicit clock. but this change makes it correct when that is not the case
    jerryz123 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    9588d75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    534fde1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    f54f785 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Merge pull request #1060 from ucb-bar/chisel-3.5-published

    Bump to Chisel 3.5 RC
    abejgonzalez committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    0fe908b View commit details
    Browse the repository at this point in the history
  2. Bump to master commits

    abejgonzalez committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    cfb55cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bb19fe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1113 from ucb-bar/bump-to-master

    Bump `dev` to `master` submodule commits
    abejgonzalez committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    17ba538 View commit details
    Browse the repository at this point in the history
  5. Check for tagged release

    abejgonzalez committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    12d4444 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b27c9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f226901 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Update docs

    abejgonzalez committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    1dae13d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee46508 View commit details
    Browse the repository at this point in the history
  3. cleaned up file

    nayiri-k committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    9aa7d7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eb1a04 View commit details
    Browse the repository at this point in the history
  5. fixing small bug

    nayiri-k committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    ab9b084 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. bump firemarshal 1.12.1

    Nathan Pemberton committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    6cce3b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    1945ca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743865d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1116 from ucb-bar/marshal1.12.1

    bump firemarshal 1.12.1
    abejgonzalez committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2277888 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eb07b1 View commit details
    Browse the repository at this point in the history
  5. Update all

    abejgonzalez committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    31cb221 View commit details
    Browse the repository at this point in the history
  6. Update .md's [ci skip]

    abejgonzalez committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4b8ea25 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1114 from ucb-bar/check-for-tagged

    Check that Chipyard is running a tagged release
    abejgonzalez committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    fcb1881 View commit details
    Browse the repository at this point in the history
  8. Fix skip-validate

    abejgonzalez committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    3435982 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    7442eda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    349664d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c1d860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4956a93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9b1c48 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1119 from ucb-bar/skip-val-fix

    Fix skip-validate
    abejgonzalez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    73ac092 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc17b85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    488e25c View commit details
    Browse the repository at this point in the history
  9. adding FSDB note

    nayiri-k committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    cbf5f9f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c076b74 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    82d151c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    30db79a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc777d1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fbca9ee View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    98e62b4 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1064 from ucb-bar/shallow-all

    Shallow clone all submodules
    abejgonzalez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6964281 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    70be8ac View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    993f80b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ecd1435 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1b8f4b5 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1122 from ucb-bar/mstr-into-dv

    Merge `master` into `dev`
    abejgonzalez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    664e9a4 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #1123 from ucb-bar/fix-prompt

    Fix prompt for validate check
    abejgonzalez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b03a114 View commit details
    Browse the repository at this point in the history
  23. Bump FireSim

    abejgonzalez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    52fac9f View commit details
    Browse the repository at this point in the history
  24. Fix branch name in CI

    abejgonzalez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    4748596 View commit details
    Browse the repository at this point in the history
  25. Bump FireSim

    abejgonzalez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b5e17ab View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cc42348 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #1124 from ucb-bar/changelog-bump

    Update changelog  for 1.6.0
    abejgonzalez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    233527b View commit details
    Browse the repository at this point in the history
  28. Merge pull request #1118 from ucb-bar/bump-firesim

    Bump FireSim to 1.13.0
    abejgonzalez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e09fac5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8fabc73 View commit details
    Browse the repository at this point in the history
  30. Add main for FireSim

    abejgonzalez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2a4877f View commit details
    Browse the repository at this point in the history
  31. Merge pull request #1117 from ucb-bar/prep-for-main

    Prep for `main` as `dev` branch
    abejgonzalez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    f80e7c3 View commit details
    Browse the repository at this point in the history