We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e383c98 commit 433dc96Copy full SHA for 433dc96
vpr/src/place/delay_model/delta_delay_model.cpp
@@ -58,7 +58,7 @@ void DeltaDelayModel::read(const std::string& file) {
58
#ifndef VTR_ENABLE_CAPNPROTO
59
VPR_THROW(VPR_ERROR_PLACE,
60
"OverrideDelayModel::read is disabled because VTR_ENABLE_CAPNPROTO=OFF. "
61
- "Re-compile with CMake option VTR_ENABLE_CAPNPROTO=ON to enable.";
+ "Re-compile with CMake option VTR_ENABLE_CAPNPROTO=ON to enable.");
62
#else
63
64
// MmapFile object creates an mmap of the specified path, and will munmap
vpr/src/place/timing/PlacerCriticalities.h
@@ -6,6 +6,7 @@
6
#include "clustered_netlist_utils.h"
7
#include "place_delay_model.h"
8
#include "vpr_net_pins_matrix.h"
9
+#include "PlacerCriticalities.h"
10
11
/**
12
* @brief Saves the placement criticality parameters
0 commit comments