Skip to content

Commit 306341b

Browse files
comment and clean <noc> processing functions
1 parent 1dff85b commit 306341b

File tree

4 files changed

+168
-114
lines changed

4 files changed

+168
-114
lines changed

libs/libarchfpga/src/physical_types.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,6 +1947,10 @@ struct t_noc_inf {
19471947
/** A list of all routers in the NoC*/
19481948
std::vector<t_router> router_list;
19491949

1950+
std::map<int, double> router_latency_overrides;
1951+
std::map<std::pair<int, int>, double> link_latency_overrides;
1952+
std::map<std::pair<int, int>, double> link_bandwidth_overrides;
1953+
19501954
/** Represents the name of a router tile on the FPGA device. This should match the name used in the arch file when
19511955
* describing a NoC router tile within the FPGA device*/
19521956
std::string noc_router_tile_name;

0 commit comments

Comments
 (0)