CIRCT
20.0.0git
|
Information to control the emission of a single operation into a file. More...
#include <ExportVerilogInternals.h>
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... | |
Information to control the emission of a single operation into a file.
Definition at line 160 of file ExportVerilogInternals.h.
Operation* circt::ExportVerilog::OpFileInfo::op |
The operation to be emitted.
Definition at line 162 of file ExportVerilogInternals.h.
size_t circt::ExportVerilog::OpFileInfo::position = 0 |
Where among the replicated per-file operations the op
above should be emitted.
Definition at line 166 of file ExportVerilogInternals.h.