Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Edge switch subsets #1990

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

ethanroj23
Copy link
Contributor

@ethanroj23 ethanroj23 commented Mar 4, 2022

Overview

This folding method is represented in the image below and is the most compact representation explored thus far. This branch is still very much a work in progress, but I am looking for advice on how to optimize my implementation. As a reminder, this implementation only works if the RRGraph is read from a file.

edge_switch_subsets

Relevant Code Snippets

The following code snippets are places in the implementation that have great impact on its performance. If there are any ways to optimize these snippets, performance would benefit greatly.

Data structures used to implement RRGraph

https://github.com/ethanroj23/vtr-verilog-to-routing/blob/cd0d1716305b40a76253630f99f3294f69512abe/vpr/src/route/rr_graph_storage.h#L924-L943

This function fills a vector with a node's edges. Perhaps this could be replaced with iterators?

https://github.com/ethanroj23/vtr-verilog-to-routing/blob/cd0d1716305b40a76253630f99f3294f69512abe/vpr/src/route/rr_graph_storage.h#L402-L423

Primary access of edges in the router

https://github.com/ethanroj23/vtr-verilog-to-routing/blob/cd0d1716305b40a76253630f99f3294f69512abe/vpr/src/route/connection_router.cpp#L424-L467

Primary access of edges in lookahead

https://github.com/ethanroj23/vtr-verilog-to-routing/blob/cd0d1716305b40a76253630f99f3294f69512abe/vpr/src/route/router_lookahead_map.cpp#L650-L718

@github-actions github-actions bot added the VPR VPR FPGA Placement & Routing Tool label Mar 4, 2022
@tangxifan
Copy link
Contributor

@ethanroj23 Would you mind resolving the merging conflicts before I start code review? If you need help, just let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VPR VPR FPGA Placement & Routing Tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants