Skip to main content

emit

Function emit 

Source
pub fn emit(graph: &ScGraph) -> Result<String, String>
Expand description

Emit a synthesizable SystemVerilog module from an SC graph.

The graph should pass verify::verify() before emission.