diff --git a/src/avp64/system.h b/src/avp64/system.h index 2f41c00..7ecfa3b 100644 --- a/src/avp64/system.h +++ b/src/avp64/system.h @@ -110,6 +110,7 @@ class system : public vcml::system virtual void end_of_elaboration() override; const char* version() const override; + virtual const char* kind() const override { return "avp64::system"; } private: vcml::generic::clock m_clock_cpu;