Skip to content

Commit

Permalink
Add kind to avp64::system
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Bosbach <bosbach@ice.rwth-aachen.de>
  • Loading branch information
nbosb committed Dec 10, 2024
1 parent f8d4848 commit aeab27f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/avp64/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aeab27f

Please sign in to comment.