remove debug println
This commit is contained in:
@ -106,7 +106,6 @@ object top_main {
|
|||||||
}
|
}
|
||||||
i += 1
|
i += 1
|
||||||
}
|
}
|
||||||
println(chiselArgs)
|
|
||||||
|
|
||||||
chiselMain(chiselArgs.toArray, () => Class.forName(top).newInstance.asInstanceOf[Component])
|
chiselMain(chiselArgs.toArray, () => Class.forName(top).newInstance.asInstanceOf[Component])
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user