|
CIRCT 23.0.0git
|
Result of converting a scan format string. More...
#include <ImportVerilogInternals.h>

Public Attributes | |
| Value | finalCursor |
| SmallVector< std::tuple< const slang::ast::Expression *, Value, Value > > | assignments |
Result of converting a scan format string.
The final cursor of the consuming chain and the list of (destination expression, scanned value, matched flag) tuples to assign
Definition at line 426 of file ImportVerilogInternals.h.
| SmallVector<std::tuple<const slang::ast::Expression *, Value, Value> > circt::ImportVerilog::Context::ScanStringResult::assignments |
Definition at line 429 of file ImportVerilogInternals.h.
| Value circt::ImportVerilog::Context::ScanStringResult::finalCursor |
Definition at line 427 of file ImportVerilogInternals.h.