Skip to content

Commit 23b3aa3

Browse files
Merge pull request #2889 from verilog-to-routing/hotfix-build-errors
[HotFix] Fixed Build Issue in Master
2 parents 2d8cbdf + 8bc502f commit 23b3aa3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: vpr/src/base/vpr_api.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#include "FlatPlacementInfo.h"
1919
#include "cluster_util.h"
20-
#include "physical_types_util.h"
2120
#include "verify_placement.h"
2221
#include "vpr_context.h"
2322
#include "vtr_assert.h"

Diff for: vpr/src/pack/pack.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "constraints_report.h"
1111
#include "globals.h"
1212
#include "greedy_clusterer.h"
13+
#include "physical_types_util.h"
1314
#include "prepack.h"
1415
#include "verify_flat_placement.h"
1516
#include "vpr_context.h"

0 commit comments

Comments
 (0)