struct
CellIdContains information about how to look up a specific cell for this rule.
Public variables
-
std::
string_view lib - The library containing the cell (or empty to specify that other logic should be used to find the library).
-
std::
string_view name - The name of the cell.
- SourceRange sourceRange
- The source range where this cell id was declared.
- bool targetConfig
- If true, this ID targets a config block specifically.