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

Add NoChiselNamePrefix to ignore instances in @chiselName #1383

Merged
merged 1 commit into from
Mar 23, 2020

Commits on Mar 23, 2020

  1. Add NoChiselNamePrefix to ignore instances in @chiselName

    Add trait chisel3.experimental.NoChiselNamePrefix which causes
    @chiselName to skip naming of the instance effectively preventing it
    from prefixing any vals inside the instance. It can be applied to
    classes such that all instances of that class have this property, or to
    individual instances (via creating an anonymous class inline).
    
    Also add basic ScalaDoc for NoChiselNamePrefix and chiselName.
    jackkoenig committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    cb5fcef View commit details
    Browse the repository at this point in the history