OpenFPGA/vpr/src/route
tangxifan 3b3c39454b update print_route() in VPR to show correct track_id when tileable routing is used 2020-03-25 17:55:28 -06:00
..
build_switchblocks.cpp add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
build_switchblocks.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
cb_metrics.cpp add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
cb_metrics.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
channel_stats.cpp add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
channel_stats.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
check_route.cpp check_route adopt RRGraph object 2020-02-01 13:19:47 -07:00
check_route.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
check_rr_graph.cpp check rr graph adopt RRGraph object 2020-02-01 14:17:02 -07:00
check_rr_graph.h adapt top function of tileable rr_graph builder 2020-03-06 15:24:26 -07:00
clock_connection_builders.cpp bug fix for clock connection builder by supporting fake switch when adding edges to RRGraph object 2020-02-04 21:56:54 -07:00
clock_connection_builders.h midway in debugging the refactored rr_graph builder 2020-02-03 19:05:18 -07:00
clock_fwd.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
clock_network_builders.cpp bug fix for clock network builder using rr_graph object 2020-02-04 21:32:05 -07:00
clock_network_builders.h midway in debugging the refactored rr_graph builder 2020-02-03 19:05:18 -07:00
connection_based_routing.h adapt route_timing to use RRGraph object 2020-02-01 17:16:31 -07:00
route_breadth_first.cpp Breadth first router adopt RRGraph object 2020-02-01 14:45:59 -07:00
route_breadth_first.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
route_budgets.cpp add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
route_budgets.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
route_common.cpp update print_route() in VPR to show correct track_id when tileable routing is used 2020-03-25 17:55:28 -06:00
route_common.h adapt route_timing to use RRGraph object 2020-02-01 17:16:31 -07:00
route_export.h placer compilation errors elimated for RRGraph deployment 2020-02-01 11:49:39 -07:00
route_profiling.cpp add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
route_profiling.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
route_timing.cpp rr_graph working 2020-02-04 15:33:15 -07:00
route_timing.h adapt route_timing to use RRGraph object 2020-02-01 17:16:31 -07:00
route_traceback.cpp add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
route_traceback.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
route_tree_timing.cpp route_tree_timing adopt RRGraph object 2020-02-01 17:56:14 -07:00
route_tree_timing.h route_tree_timing adopt RRGraph object 2020-02-01 17:56:14 -07:00
route_tree_type.h deploying RRGraph to placer 2020-01-31 21:14:20 -07:00
route_util.cpp rr_graph working 2020-02-04 15:33:15 -07:00
route_util.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
router_delay_profiling.cpp router lookahead and delay profiling adopt RRGraph object 2020-02-01 20:44:55 -07:00
router_delay_profiling.h keep debugging the rr_graph generator. Definitely should rework the RREdge creation functions 2020-02-03 21:05:50 -07:00
router_lookahead.cpp deploying RRGraph to placer 2020-01-31 21:14:20 -07:00
router_lookahead.h deploying RRGraph to placer 2020-01-31 21:14:20 -07:00
router_lookahead_map.cpp bug fix in router lookhead map when find rr_graph nodes 2020-02-04 21:02:55 -07:00
router_lookahead_map.h router lookahead and delay profiling adopt RRGraph object 2020-02-01 20:44:55 -07:00
router_stats.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
routing_predictor.cpp add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
routing_predictor.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_graph.cpp experimentally developing through channels inside multi-width and multi-height grids. 2020-03-24 16:47:45 -06:00
rr_graph.h adapt top function of tileable rr_graph builder 2020-03-06 15:24:26 -07:00
rr_graph2.cpp keep debugging rr_graph builder 2020-02-04 15:21:45 -07:00
rr_graph2.h keep debugging rr_graph builder 2020-02-04 15:21:45 -07:00
rr_graph_area.cpp rr_graph area estimator adopted RRGraph object 2020-02-01 21:53:31 -07:00
rr_graph_area.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_graph_clock.cpp midway in debugging the refactored rr_graph builder 2020-02-03 19:05:18 -07:00
rr_graph_clock.h midway in debugging the refactored rr_graph builder 2020-02-03 19:05:18 -07:00
rr_graph_indexed_data.cpp correct missing rr_nodes usage to rr_graph obj 2020-02-04 16:48:15 -07:00
rr_graph_indexed_data.h refactored rr_graph indexed data builder 2020-02-03 11:25:05 -07:00
rr_graph_reader.cpp midway in debugging the refactored rr_graph builder 2020-02-03 19:05:18 -07:00
rr_graph_reader.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_graph_sbox.cpp add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_graph_sbox.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_graph_timing_params.cpp rr_graph timing parameter builder adopt RRGraph object 2020-02-01 22:19:31 -07:00
rr_graph_timing_params.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_graph_util.cpp rr_graph area estimator adopted RRGraph object 2020-02-01 21:53:31 -07:00
rr_graph_util.h rr_graph area estimator adopted RRGraph object 2020-02-01 21:53:31 -07:00
rr_graph_writer.cpp add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_graph_writer.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_metadata.cpp add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_metadata.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_node.cpp add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_node.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_node_fwd.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
rr_types.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
segment_stats.cpp segment stats adopt RRGraph object 2020-02-01 22:22:16 -07:00
segment_stats.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
spatial_route_tree_lookup.cpp spatial route tree lookup adopt RRGraph object 2020-02-01 22:26:13 -07:00
spatial_route_tree_lookup.h add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00