Skip to content

Commit

Permalink
#57 Added missing vcd declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechRynczuk committed Dec 18, 2018
1 parent 6513da7 commit 8913c7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/common/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @par Full Description
/// Version information header.
///
/// @par Copyright (c) 2017 vcdMaker team
/// @par Copyright (c) 2018 vcdMaker team
///
/// Permission is hereby granted, free of charge, to any person obtaining a
/// copy of this software and associated documentation files (the "Software"),
Expand All @@ -32,7 +32,7 @@
/// @{
#define D_VERSION_MAJOR 3
#define D_VERSION_MINOR 0
#define D_VERSION_PATCH 1
#define D_VERSION_PATCH 2
#define D_RELEASE_NAME "Nestor"
/// @}

Expand Down
1 change: 1 addition & 0 deletions sources/common/src/VCDTracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ void TRACER::VCDTracer::GenerateSignalStructure()

void TRACER::VCDTracer::GenerateSignalDefaults()
{
DumpLine("$enddefinitions $end");
DumpLine("$dumpvars");
for (const auto &signal : m_rSignalDb.GetSignalFootprint())
{
Expand Down

0 comments on commit 8913c7c

Please sign in to comment.