1
0

remove debug println

This commit is contained in:
Andrew Waterman 2012-06-06 02:48:48 -07:00
parent 7f6319047e
commit 943b6d0616

View File

@ -106,7 +106,6 @@ object top_main {
}
i += 1
}
println(chiselArgs)
chiselMain(chiselArgs.toArray, () => Class.forName(top).newInstance.asInstanceOf[Component])
}