slang::ast::FloatingType class

Represents one of the predefined floating point types, which are used for representing real numbers.

Base classes

class Type
Base class for all data types in SystemVerilog.

Public types

enum Kind { Real, ShortReal, RealTime }
The kind of floating point type.