diff options
| author | Jack Koenig | 2017-10-03 21:36:48 -0700 |
|---|---|---|
| committer | GitHub | 2017-10-03 21:36:48 -0700 |
| commit | 0f1b64173c305f5d36e4c84a8e575ff6f997b359 (patch) | |
| tree | e9c2b09b72f9629898a2026dcd0df7f5c1552aa0 /src | |
| parent | e2c5c128f6509805f71aeca790809b3e9a8fe84d (diff) | |
Remove warning in Queue for compatibility code (#702)
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/scala/chisel3/util/Decoupled.scala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/scala/chisel3/util/Decoupled.scala b/src/main/scala/chisel3/util/Decoupled.scala index 5b4ed19d..ef09c07d 100644 --- a/src/main/scala/chisel3/util/Decoupled.scala +++ b/src/main/scala/chisel3/util/Decoupled.scala @@ -202,7 +202,6 @@ class Queue[T <: Data](gen: T, gen } else { if (DataMirror.internal.isSynthesizable(gen)) { - println("WARNING: gen in new Queue(gen, ...) must be a Chisel type, not hardware") gen.chiselCloneType } else { gen |
