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

[FIRRTL] infer more return types in asm format #7781

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 7, 2024

  1. [FIRRTL] infer more return types in asm format

    Many expressions in FIRRTL implement the InferTypesOpInterface, but we
    include an explicit result type in the assembly format.  This change
    removes the explicit result type in the asm format for many FIRRTL
    expressions, which means less typing.
    youngar committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a99e46e View commit details
    Browse the repository at this point in the history