Skip to content

Commit 83a3aef

Browse files
committed
[cmake] remove xlnt
1 parent b4d0a59 commit 83a3aef

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

libs/EXTERNAL/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ add_subdirectory(libblifparse)
1313
add_subdirectory(libtatum)
1414
add_subdirectory(libcatch2)
1515
add_subdirectory(yaml-cpp)
16-
add_subdirectory(xlnt)
1716
#add_subdirectory(parmys)
1817

1918
#Proc numbers

vpr/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ target_link_libraries(libvpr
119119
libpugixml
120120
librrgraph
121121
ZLIB::ZLIB
122-
xlnt
123122
yaml-cpp::yaml-cpp
124123
)
125124

vpr/src/route/rr_graph_generation/tileable_rr_graph/crr_generator/data_frame_processor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ void DataFrameProcessor::update_switch_delays(const DataFrame& df,
285285
switch_delay_max_ps);
286286
}
287287

288-
// Parse xlnt cell to our Cell type
288+
// Parse csv cell to our Cell type
289289
Cell DataFrameProcessor::parse_csv_cell(const std::string& value) {
290290
// Trim whitespace
291291
std::string trimmed = value;

0 commit comments

Comments
 (0)