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

Dev -> Master Tracking PR #313

Merged
merged 334 commits into from Oct 12, 2019
Merged

Dev -> Master Tracking PR #313

merged 334 commits into from Oct 12, 2019

Conversation

davidbiancolin
Copy link
Contributor

@davidbiancolin davidbiancolin commented Jul 12, 2019

Developers: Please add descriptions of your changes to this PR as your PRs are merged into Dev

Added

Changed

  • FireChip replaced with chipyard
    • Derived from project-template, like FireChip
    • Improved integration with other UCB-BAR projects
  • MIDAS Endpoints replaced with Golden Gate target-to-host Bridges
    • See porting guide for more information
  • Submodules moved
    • sim/{firrtl, barstools} -> moved to chipyard
    • sw/firesim-software -> [Nathan]
  • Config files reorganized (found in firesim-lib/src/main/scala/configs)
    • Bridges (formerly endpoints) configured in target generator
    • [PLATFORM_CONFIG] SimConfigs.scala -> CompilerConfigs.scala
    • [PLATFORM_CONFIG] util/Configs.scala -> F1PlatformConfigs.scala:
    • [TARGET_CONFIG] FASEDConfigs moved from SimConfigs.scala to FASEDTargetConfigs.scala (passed to target generator)
  • FASED memory timing models use maximum # of available sets and ways
    • 2MiB default
  • build recipe & hwdb entry names changed to match cache hierarchy
  • Boom based targets now use LargeBoomConfig
  • Boom based targets now use FireSim DESIGN (PR Hetero config naming cleanup + Regenerate BOOM AFIs #368)
  • FASED memory models can now have different address widths for each channel
  • 0-initialize registers and memories in MIDAS-level VCS simulation
  • Default to c5.4xlarges for builds/manager instances
  • Make 4.x is needed to build the updated toolchain (PR Use GNU make 4.x for toolchain build #345)
    Upgrade procedure for existing EC2 instances:
    sudo yum install -y centos-release-scl
    sudo yum install -y devtoolset-8-make
    

Fixed

Deprecated

  • None

Removed

  • "Developing New Devices" section in documentation

davidbiancolin and others added 25 commits October 11, 2019 10:16
[docs] Add Golden Gate to the terminology in FireSim Basics
quickstart and a link to marshal's own readthedocs.
Move FireMarshal Docs to its own readthedocs
* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

Co-Authored-By: alonamid <alonamid@eecs.berkeley.edu>

* Update CONTRIBUTING.md

Co-Authored-By: alonamid <alonamid@eecs.berkeley.edu>
@davidbiancolin davidbiancolin marked this pull request as ready for review October 12, 2019 05:22
Copy link
Contributor

@alonamid alonamid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Bump Submodules to commits on master. Merge in master.
@davidbiancolin davidbiancolin merged commit 7f36976 into master Oct 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants