getVerilogString
chisel3.getVerilogString
object getVerilogString
Attributes
- Source
- verilog.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
getVerilogString.type
Members list
Value members
Concrete methods
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
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
Attributes
- Source
- verilog.scala
In this article