summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/Main.scala
blob: 23abc76324a88d10a33fb130b4206ea50ddddb46 (plain)
1
2
3
4
5
6
7
8
// See LICENSE for details

package Chisel

@deprecated("chiselMain doesn't exist in Chisel3", "3.0") object chiselMain {
  def apply[T <: Module](args: Array[String], gen: () => T) =
    Predef.assert(false)
}