Skip to content

Commit 16f26ce

Browse files
Add doxygen to interposer_cut.h
1 parent 2d6de4f commit 16f26ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vpr/src/route/rr_graph_generation/interposer_cut.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
#pragma once
22

3+
/**
4+
* @file interposer_cut.h
5+
* @brief This file implements functions that:
6+
* (1) Marks all edges that cross an interposer cut for removal
7+
* (2) Makes the channel nodes that cross an interposer cut shorter to have them not cross the interposer anymore
8+
* Using these two functions and combined with 2D scatter-gather patterns, you can model and implement 2.5D FPGA RR Graphs.
9+
*/
10+
311
#include <vector>
412
#include "rr_graph_fwd.h"
513
#include "rr_graph_view.h"

0 commit comments

Comments
 (0)