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

Direct to firrtl #829

Merged
merged 13 commits into from
Jul 2, 2018
Merged

Direct to firrtl #829

merged 13 commits into from
Jul 2, 2018

Commits on Jun 7, 2018

  1. Configuration menu
    Copy the full SHA
    03e43cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb2233 View commit details
    Browse the repository at this point in the history
  3. ULits with UnknownWidths should give minWidth in Converter

    This works around an assumption in FIRRTL that Literals never have
    UnknownWidth
    jackkoenig committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    48bfeac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abaac71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0ea81e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

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

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    78fc4fc View commit details
    Browse the repository at this point in the history
  2. Revert to using Emitter.emit instead of serialize on FIRRTL Circuit

    At the moment, the Converter is very fast, but FIRRTL serialize is much
    slower than the Chisel Emitter
    jackkoenig committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    d4acc34 View commit details
    Browse the repository at this point in the history
  3. Add ScalaDoc to dumpFirrtl and dumpProto

    Also rename optName to optFile in dumpProto (didn't change dumpFirrtl
    because it is an existing public API)
    jackkoenig committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    3842874 View commit details
    Browse the repository at this point in the history
  4. Refactor Converter for Commands

    Split out simple (1:1) Command -> Statement translations. Add comments
    to clarify how flat When Commands are converted to nested FIRRTL
    Conditionals
    jackkoenig committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    a250e6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    133908f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

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

Commits on Jul 2, 2018

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