Skip to content

Commit

Permalink
Print Chisel version when Driver object is created.
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Oct 5, 2016
1 parent ffe58ab commit f981712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/chisel3/Driver.scala
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,5 @@ object Driver extends BackendCompilationUtilities {

val version = BuildInfo.version
val chiselVersionString = BuildInfo.toString
println(chiselVersionString)
}

0 comments on commit f981712

Please sign in to comment.