outputFrames property
final
Output-language source locations (e.g. SystemVerilog, SystemC).
Each frame's FlcFrame.type identifies the language ('sv', 'sc',
etc.). Multiple frames per language are allowed (e.g. when a signal
appears in both a declaration and an assignment).
Implementation
final List<FlcFrame> outputFrames;