Version

firrtl.ir.Version
case class Version(major: Int, minor: Int, patch: Int)

Attributes

Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
Serializer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def incompatible(that: Version): Boolean

Attributes

Source
Serializer.scala
def serialize: String

Attributes

Source
Serializer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product