Skip to content

Add a separate flag for partitioning method#229

Merged
matth2k merged 3 commits intomainfrom
part-arg
Apr 27, 2026
Merged

Add a separate flag for partitioning method#229
matth2k merged 3 commits intomainfrom
part-arg

Conversation

@matth2k
Copy link
Copy Markdown
Collaborator

@matth2k matth2k commented Apr 27, 2026

No description provided.

Comment thread src/bin/eqmap_fpga.rs
PartitionMethod::ArcSet => {
mapper.insert_partitioned().map_err(std::io::Error::other)?;
}
PartitionMethod::DelayPaths => todo!("Implement delay-based partitioning"),
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielpenas42 I added a new flag to eqmap_fpga and eqmap_asic to control the netlist partitioning strategy. This is where you could plug in your code, (where the TODO item is).

@matth2k matth2k merged commit 7f0769b into main Apr 27, 2026
8 checks passed
@matth2k matth2k deleted the part-arg branch April 28, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant