ExitFailure

firrtl.options.ExitFailure
sealed trait ExitFailure extends ExitCode

An ExitCode indicative of failure. This must be non-zero and should not conflict with a reserved exit code.

Attributes

Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
ExitCodes.scala
Graph
Supertypes
trait ExitCode
class Object
trait Matchable
class Any
Known subtypes
object GeneralError

Members list

Value members

Inherited and Abstract fields

val number: Int

Attributes

Inherited from:
ExitCode
Source
ExitCodes.scala