Skip to content

Commit

Permalink
Make uhdm includes qualified within uhdm-directory.
Browse files Browse the repository at this point in the history
As preparation to switch to latest UHDM head.

Signed-off-by: Henner Zeller <[email protected]>
  • Loading branch information
hzeller committed Sep 11, 2021
1 parent ff28a2e commit f28cd4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/API/Surelog.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include "CommandLine/CommandLineParser.h"
#include "Design/Design.h"
#include "sv_vpi_user.h"
#include "include/sv_vpi_user.h"

namespace SURELOG {
struct scompiler;
Expand Down
2 changes: 1 addition & 1 deletion src/DesignCompile/CompileDesign.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include "Serializer.h"
#include "SourceCompile/Compiler.h"
#include "sv_vpi_user.h"
#include "include/sv_vpi_user.h"

namespace SURELOG {

Expand Down
2 changes: 1 addition & 1 deletion src/SourceCompile/Compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ limitations under the License.
#include "SourceCompile/CompileSourceFile.h"
#include "SourceCompile/PreprocessFile.h"
#include "SourceCompile/SymbolTable.h"
#include "sv_vpi_user.h"
#include "include/sv_vpi_user.h"

#ifdef USETBB
#include <tbb/task.h>
Expand Down
2 changes: 1 addition & 1 deletion src/SourceCompile/PreprocessHarness.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "SourceCompile/CompileSourceFile.h"
#include "SourceCompile/PreprocessFile.h"
#include "SourceCompile/SymbolTable.h"
#include "sv_vpi_user.h"
#include "include/sv_vpi_user.h"

namespace SURELOG {

Expand Down

0 comments on commit f28cd4b

Please sign in to comment.