diff --git a/configure.ac b/configure.ac index 5dd1ed07c..00fc24e25 100644 --- a/configure.ac +++ b/configure.ac @@ -273,7 +273,7 @@ AC_DEFUN([_MY_LDLIBS_CHECK_OPT], # Flag to select newest language standard supported # Macros work such that first option that passes is the one we take # Currently enabled gnu++14/c++14 due to packaged SystemC dependency -# gnu++17 is the newest that Verilator supports enable flags according to one's environment. +# gnu++17 is the newest that Verilator supports # std++03 is the oldest that Verilator supports #_MY_CXX_CHECK_SET(CFG_CXXFLAGS_STD_NEWEST,-std=gnu++20) #_MY_CXX_CHECK_SET(CFG_CXXFLAGS_STD_NEWEST,-std=gnu++17) diff --git a/include/verilatedos.h b/include/verilatedos.h index 4b1b0874d..06d07d3a6 100644 --- a/include/verilatedos.h +++ b/include/verilatedos.h @@ -437,6 +437,7 @@ typedef unsigned long long vluint64_t; ///< 64-bit unsigned type (((nbits) & VL_SIZEBITS_Q) ? ((1ULL << ((nbits) & VL_SIZEBITS_Q)) - 1ULL) : ~0ULL) /// Return mask for EData with 1's where relevant bits are (0=all bits) #define VL_MASK_E(nbits) VL_MASK_I(nbits) + #define VL_EUL(n) VL_UL(n) // Make constant number EData sized #define VL_BITWORD_I(bit) ((bit) / VL_IDATASIZE) ///< Word number for sv DPI vectors