Parser

firrtl.Parser
object Parser

Attributes

Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
Parser.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Parser.type

Members list

Type members

Classlikes

case class AppendInfo(filename: String) extends InfoMode

Attributes

Source
Parser.scala
Supertypes
trait Serializable
trait Product
trait Equals
class InfoMode
class Object
trait Matchable
class Any
Show all
case class GenInfo(filename: String) extends InfoMode

Attributes

Source
Parser.scala
Supertypes
trait Serializable
trait Product
trait Equals
class InfoMode
class Object
trait Matchable
class Any
Show all
case object IgnoreInfo extends InfoMode

Attributes

Source
Parser.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class InfoMode
class Object
trait Matchable
class Any
Show all
Self type
IgnoreInfo.type
sealed abstract class InfoMode

Attributes

Source
Parser.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AppendInfo
class GenInfo
object IgnoreInfo
object UseInfo
case object UseInfo extends InfoMode

Attributes

Source
Parser.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class InfoMode
class Object
trait Matchable
class Any
Show all
Self type
UseInfo.type