file
SVInt.hArbitrary precision integer support.
Namespaces
Classes
- struct slang::logic_t
- class slang::SVIntStorage
- class slang::SVInt
Typedefs
- using bitwidth_t = uint32_t
- A type that can represent the largest possible bit width of a SystemVerilog integer.
Functions
- auto literalBaseFromChar(char base, LiteralBase& result) -> bool
- Specifies the base of an integer (for converting to/from a string)
- auto clog2(const SVInt& v) -> uint32_t
- Returns the ceiling of the log_2 of the value. If value is zero, returns zero.