Skip to content

Commit

Permalink
Include ClockingBlock.h for files using SURELOG::ClockingBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Nov 14, 2024
1 parent d147d9d commit 7a67a4a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/Surelog/Design/ModuleDefinition.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <Surelog/Common/NodeId.h>
#include <Surelog/Common/RTTI.h>
#include <Surelog/Common/SymbolId.h>
#include <Surelog/Design/ClockingBlock.h>
#include <Surelog/Design/DesignComponent.h>
#include <Surelog/Design/ModPort.h>
#include <Surelog/Design/Signal.h>
Expand Down
1 change: 1 addition & 0 deletions src/Common/ClockingBlockHolder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "Surelog/Common/ClockingBlockHolder.h"

#include "Surelog/Common/SymbolId.h"
#include "Surelog/Design/ClockingBlock.h"

namespace SURELOG {
void ClockingBlockHolder::addClockingBlock(SymbolId blockId,
Expand Down
1 change: 1 addition & 0 deletions src/Design/ModuleDefinition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <string_view>
#include <vector>

#include "Surelog/Design/ClockingBlock.h"
#include "Surelog/Design/DesignComponent.h"
#include "Surelog/Design/FileContent.h"
#include "Surelog/Design/ModPort.h"
Expand Down
1 change: 1 addition & 0 deletions src/DesignCompile/CompileModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "Surelog/Common/FileSystem.h"
#include "Surelog/Common/NodeId.h"
#include "Surelog/Common/SymbolId.h"
#include "Surelog/Design/ClockingBlock.h"
#include "Surelog/Design/FileCNodeId.h"
#include "Surelog/Design/FileContent.h"
#include "Surelog/Design/ModuleDefinition.h"
Expand Down
1 change: 1 addition & 0 deletions src/DesignCompile/UhdmWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#include "Surelog/Common/FileSystem.h"
#include "Surelog/Common/NodeId.h"
#include "Surelog/Common/SymbolId.h"
#include "Surelog/Design/ClockingBlock.h"
#include "Surelog/Design/DesignElement.h"
#include "Surelog/Design/FileContent.h"
#include "Surelog/Design/ModPort.h"
Expand Down

0 comments on commit 7a67a4a

Please sign in to comment.