Packages

o

firrtl.proto

ToProto

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def convert(circuit: Circuit): Firrtl
  7. def convert(module: DefModule): Builder
  8. def convert(param: Param): Builder
  9. def convert(port: Port): Builder
  10. def convert(direction: Direction): Direction
  11. def convert(tpe: Type): Builder
  12. def convert(vtpe: VectorType): Builder
  13. def convert(width: Width): Option[Builder]

    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
  15. def convert(stmt: Statement): Seq[Builder]
  16. def convert(tpe: Type, depth: BigInt): Builder
  17. def convert(dir: MPortDir): Direction
  18. def convert(expr: Expression): Builder
  19. def convert(info: Info): Builder
  20. def convert(formal: ir.Formal.Value): Formal
  21. def convert(ruw: ir.ReadUnderWrite.Value): ReadUnderWrite
  22. val convert: Map[PrimOp, Op]
  23. def convertToBigInt(value: BigInt): Builder
  24. def convertToIntegerLiteral(value: BigInt): Builder
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. def writeToStream(ostream: OutputStream, circuit: Circuit): Unit

    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

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

    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

Inherited from AnyRef

Inherited from Any

Ungrouped