- Member StdLogicVector::StdLogicVector (unsigned long long _value, unsigned int _length)
- Check whether the bits are enough to represent the provided value.
- Member StdLogicVector::StdLogicVector (string _value, int _base, unsigned int _length)
- Check whether the bits are enough to represent the provided value.
- Member StdLogicVector::StdLogicVector (unsigned char *_value, int _size, unsigned int _length)
- Check whether the bits are enough to represent the provided value.
- Member StdLogicVector::ToULL ()
- Throw an exception when the length of the StdLogicVector is larger than what fits into an unsigned long long (usually 64bits).
- Member StdLogicVector::ToULL () const
- Throw an exception when the length of the StdLogicVector is larger than what fits into an unsigned long long (usually 64bits).
- Member StdLogicVector::TruncateAfter (int _width)
- Error handling when size of StdLogicVector is smaller than
_width
.