Object

firrtl.proto

ToProto

Related Doc: package proto

Permalink

object ToProto

Source
ToProto.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToProto
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def convert(circuit: Circuit): Firrtl

    Permalink
  7. def convert(module: DefModule): Builder

    Permalink
  8. def convert(param: Param): Builder

    Permalink
  9. def convert(port: Port): Builder

    Permalink
  10. def convert(direction: Direction): Direction

    Permalink
  11. def convert(tpe: Type): Builder

    Permalink
  12. def convert(vtpe: VectorType): Builder

    Permalink
  13. def convert(width: Width): Option[Builder]

    Permalink

    Converts a Width to a ProtoBuf Width Builder

    Converts a Width to a ProtoBuf Width Builder

    width

    Input width

    returns

    Option width where None means the width field should be cleared in the parent object

  14. def convert(field: Field): Builder

    Permalink
  15. def convert(stmt: Statement): Seq[Builder]

    Permalink
  16. def convert(tpe: Type, depth: BigInt): Builder

    Permalink
  17. def convert(dir: MPortDir): Direction

    Permalink
  18. def convert(expr: Expression): Builder

    Permalink
  19. def convert(info: Info): Builder

    Permalink
  20. def convert(ruw: ir.ReadUnderWrite.Value): ReadUnderWrite

    Permalink
  21. val convert: Map[PrimOp, Op]

    Permalink
  22. def convertToBigInt(value: BigInt): Builder

    Permalink
  23. def convertToIntegerLiteral(value: BigInt): Builder

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def writeToStream(ostream: OutputStream, circuit: Circuit): Unit

    Permalink

    Serialize a FIRRTL Circuit to an Output Stream as a ProtoBuf message

    Serialize a FIRRTL Circuit to an Output Stream as a ProtoBuf message

    ostream

    Output stream that will be written

    circuit

    The Circuit to serialize

  38. def writeToStreamFast(ostream: OutputStream, info: Info, modules: Seq[() ⇒ DefModule], main: String): Unit

    Permalink

    Serialized a deconstructed Circuit with lazy Modules

    Serialized a deconstructed Circuit with lazy Modules

    This serializer allows intermediate objects to be garbage collected during serialization to save time and memory

    ostream

    Output stream that will be written

    info

    Info of Circuit

    modules

    Functions to generate Modules lazily

    main

    Top-level module of the Circuit

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped