ReadRange struct
#include <slang/analysis/AnalyzedProcedure.h>
A bit range read from a symbol within a procedure.
Public variables
-
not_
null<const ast:: ValueSymbol*> symbol - The symbol being read.
-
std::
pair<uint64_t, uint64_t> bitRange - The bit range of the symbol being read.