diff options
| author | Albert Magyar | 2020-07-21 17:40:16 -0700 |
|---|---|---|
| committer | GitHub | 2020-07-21 17:40:16 -0700 |
| commit | 473a13877c60ba9fb13de47542a8397412c2b967 (patch) | |
| tree | 159cec6aa6ece2e87ceffbdc56a553fe71d0726b /core/src/main/scala/chisel3/MultiClock.scala | |
| parent | 4a0e828cfe76e0d3bd6c4a0cc593589fe74ed0ba (diff) | |
| parent | e5568f55a6a149adfd19ad04b264a69078288f86 (diff) | |
Merge pull request #1519 from freechipsproject/no-scalastyle
Remove scalastyle configurations
Diffstat (limited to 'core/src/main/scala/chisel3/MultiClock.scala')
| -rw-r--r-- | core/src/main/scala/chisel3/MultiClock.scala | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/main/scala/chisel3/MultiClock.scala b/core/src/main/scala/chisel3/MultiClock.scala index 239e745a..718dc989 100644 --- a/core/src/main/scala/chisel3/MultiClock.scala +++ b/core/src/main/scala/chisel3/MultiClock.scala @@ -6,7 +6,7 @@ import chisel3.internal._ import scala.language.experimental.macros -object withClockAndReset { // scalastyle:ignore object.name +object withClockAndReset { /** Creates a new Clock and Reset scope * * @param clock the new implicit Clock @@ -31,7 +31,7 @@ object withClockAndReset { // scalastyle:ignore object.name } } -object withClock { // scalastyle:ignore object.name +object withClock { /** Creates a new Clock scope * * @param clock the new implicit Clock @@ -49,7 +49,7 @@ object withClock { // scalastyle:ignore object.name } } -object withReset { // scalastyle:ignore object.name +object withReset { /** Creates a new Reset scope * * @param reset the new implicit Reset |
