CIRCT  19.0.0git
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
circt::systemc::BigUIntType Class Reference

Represents a finite word-length unsigned integer in SystemC as described in IEEE 1666-2011 §7.6.6. More...

#include <SystemCTypes.h>

Inheritance diagram for circt::systemc::BigUIntType:
Inheritance graph
[legend]
Collaboration diagram for circt::systemc::BigUIntType:
Collaboration graph
[legend]

Public Member Functions

unsigned getWidth ()
 

Static Public Member Functions

static BigUIntType get (MLIRContext *context, unsigned width)
 
static constexpr StringLiteral getMnemonic ()
 

Static Public Attributes

static constexpr StringLiteral name = "systemc.biguint"
 

Detailed Description

Represents a finite word-length unsigned integer in SystemC as described in IEEE 1666-2011 §7.6.6.

It is allowed at all places where 'UnsignedType' is allowed as it inherits and preserved all its functionality as described in IEEE 1666-2011 §7.6.6.1. The difference is that the bit-width has to be passed as a template argument and is thus known at compile-time.

Definition at line 219 of file SystemCTypes.h.

Member Function Documentation

◆ get()

BigUIntType BigUIntType::get ( MLIRContext *  context,
unsigned  width 
)
static

Definition at line 169 of file SystemCTypes.cpp.

References circt::calyx::direction::get(), and width.

◆ getMnemonic()

static constexpr StringLiteral circt::systemc::BigUIntType::getMnemonic ( )
inlinestaticconstexpr

Definition at line 226 of file SystemCTypes.h.

Referenced by customTypeParser().

◆ getWidth()

unsigned BigUIntType::getWidth ( )

Definition at line 173 of file SystemCTypes.cpp.

Member Data Documentation

◆ name

constexpr StringLiteral circt::systemc::BigUIntType::name = "systemc.biguint"
staticconstexpr

Definition at line 228 of file SystemCTypes.h.


The documentation for this class was generated from the following files: