Skip to content

Add Parsing Code For Scatter-Gather Patterns #3212

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

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

Conversation

AmirhosseinPoolad
Copy link
Contributor

@AmirhosseinPoolad AmirhosseinPoolad commented Jul 24, 2025

Adds xml parsing code for scatter-gather patterns, with a sample architecture (That doesn't quite make sense) and test to make sure the code actually runs.

Note that scatter-gather patterns are not implemented in VPR and adding the tag does nothing other than parsing the information in the architecture file.

Information about what scatter-gather patterns and what the tag means is available in the documentation for this PR.

@github-actions github-actions bot added libarchfpga Library for handling FPGA Architecture descriptions docs Documentation lang-cpp C/C++ code labels Jul 24, 2025
@AmirhosseinPoolad AmirhosseinPoolad changed the title [WIP] Add Parsing Code For Scatter-Gather Patterns Add Parsing Code For Scatter-Gather Patterns Jul 25, 2025
@AmirhosseinPoolad
Copy link
Contributor Author

To make sure I didn't accidentally break anything else, checked the generated RRGraphs for Titan and Titan-S10 and the diffs were identical other than the very first line with the tool_version attribute. Here's the diff for Titan for example:

diff branch.xml master.xml
1c1
< <rr_graph tool_comment="Generated from arch file stratixiv_arch.timing.xml" tool_name="vpr" tool_version="9.0.0-dev+v9.0.0-1553-g827e72b9c-dirty">
---
> <rr_graph tool_comment="Generated from arch file stratixiv_arch.timing.xml" tool_name="vpr" tool_version="9.0.0-dev+v9.0.0-1558-g6a1fe643f-dirty">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation lang-cpp C/C++ code libarchfpga Library for handling FPGA Architecture descriptions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant