getVerilogString

chisel3.getVerilogString

Attributes

Source
verilog.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(gen: => RawModule): String

Returns a string containing the Verilog for the module specified by the target.

Returns a string containing the Verilog for the module specified by the target.

Value parameters

gen

the module to be converted to Verilog

Attributes

Returns

a string containing the Verilog for the module specified by the target

Source
verilog.scala
def apply(gen: => RawModule, args: Array[String] = ..., annotations: AnnotationSeq = ...): String

Returns a string containing the Verilog for the module specified by the target accepting arguments and annotations

Returns a string containing the Verilog for the module specified by the target accepting arguments and annotations

Value parameters

annotations

annotations to be passed to the compiler

args

arguments to be passed to the compiler

gen

the module to be converted to Verilog

Attributes

Returns

a string containing the Verilog for the module specified by the target

Source
verilog.scala
final def phase: PhaseManager

Attributes

Source
verilog.scala