CIRCT  19.0.0git
Public Attributes | List of all members
circt::ExportVerilog::OpFileInfo Struct Reference

Information to control the emission of a single operation into a file. More...

#include <ExportVerilogInternals.h>

Collaboration diagram for circt::ExportVerilog::OpFileInfo:
Collaboration graph
[legend]

Public Attributes

Operation * op
 The operation to be emitted. More...
 
size_t position = 0
 Where among the replicated per-file operations the op above should be emitted. More...
 

Detailed Description

Information to control the emission of a single operation into a file.

Definition at line 153 of file ExportVerilogInternals.h.

Member Data Documentation

◆ op

Operation* circt::ExportVerilog::OpFileInfo::op

The operation to be emitted.

Definition at line 155 of file ExportVerilogInternals.h.

◆ position

size_t circt::ExportVerilog::OpFileInfo::position = 0

Where among the replicated per-file operations the op above should be emitted.

Definition at line 159 of file ExportVerilogInternals.h.


The documentation for this struct was generated from the following file: