[#74021] add final keyword to VerilatedSaifActivityAccumulator class
This commit is contained in:
parent
bdb7050411
commit
4027cdebc2
|
|
@ -154,7 +154,7 @@ private:
|
|||
VL_UNCOPYABLE(VerilatedSaifActivityScope);
|
||||
};
|
||||
|
||||
class VerilatedSaifActivityAccumulator {
|
||||
class VerilatedSaifActivityAccumulator final {
|
||||
// Give access to the private activities
|
||||
friend class VerilatedSaifBuffer;
|
||||
friend class VerilatedSaif;
|
||||
|
|
|
|||
Loading…
Reference in New Issue