Skip to content

Commit

Permalink
Remove warning in Queue for compatibility code (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig authored Oct 4, 2017
1 parent e2c5c12 commit 0f1b641
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/chisel3/util/Decoupled.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f1b641

Please sign in to comment.