alwaysVerilogStatement method
The "always" part of the always block when generating SystemVerilog.
For example, always_comb or always_ff.
Implementation
@override
String alwaysVerilogStatement(Map<String, String> inputs) => 'always_comb';
The "always" part of the always block when generating SystemVerilog.
For example, always_comb or always_ff.
@override
String alwaysVerilogStatement(Map<String, String> inputs) => 'always_comb';