Skip to content

Commit 433dc96

Browse files
fix invalid use of incomplete type ‘const class PlacerCriticalities’
1 parent e383c98 commit 433dc96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vpr/src/place/delay_model/delta_delay_model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void DeltaDelayModel::read(const std::string& file) {
5858
#ifndef VTR_ENABLE_CAPNPROTO
5959
VPR_THROW(VPR_ERROR_PLACE,
6060
"OverrideDelayModel::read is disabled because VTR_ENABLE_CAPNPROTO=OFF. "
61-
"Re-compile with CMake option VTR_ENABLE_CAPNPROTO=ON to enable.";
61+
"Re-compile with CMake option VTR_ENABLE_CAPNPROTO=ON to enable.");
6262
#else
6363

6464
// MmapFile object creates an mmap of the specified path, and will munmap

vpr/src/place/timing/PlacerCriticalities.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "clustered_netlist_utils.h"
77
#include "place_delay_model.h"
88
#include "vpr_net_pins_matrix.h"
9+
#include "PlacerCriticalities.h"
910

1011
/**
1112
* @brief Saves the placement criticality parameters

0 commit comments

Comments
 (0)