Skip to content

Commit

Permalink
Commentary (trigger rebuild)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnyder committed May 13, 2021
1 parent a4ab3e1 commit 3718fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions include/verilatedos.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3718fe1

Please sign in to comment.