Skip to content

Commit

Permalink
comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnoreWarnings committed Jul 1, 2024
1 parent 5e43cbc commit 5f3568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpga/lib/card/platform_card.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void PlatformCard::connectVFIOtoIps(
ss >> _address;

if (_address == edge->src) {
graph.findVertex(UnaryPredicate p)
//graph.findVertex(UnaryPredicate p)
logger->warn("HEUREKA: {} | {}", edge->name, device_name);
logger->warn("From: {} To: {}",
graph.getVertex(edge->getVertexFrom())->name,
Expand Down

0 comments on commit 5f3568c

Please sign in to comment.