Unverified Commit 1d81119e authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

Add NoChiselNamePrefix to ignore instances in @chiselName (#1383)

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.
parent 5d269ce3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment