remove debug println
This commit is contained in:
parent
7f6319047e
commit
943b6d0616
@ -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])
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user