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

[IMCP] Speed up the bulk connection propagation, NFCI #5290

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

uenoku
Copy link
Member

@uenoku uenoku commented May 29, 2023

Previously visitConnectLike traversed all elements in the connections, which could cause regressions when the connection is bulk connection. This PR improves lattice elements propagation by propagating only subelements affected. For circt/perf/regress/chipyard.TestHarness.RocketSmall1Medium1Big1_BoomMedium1Large1Mega1.top.v.hi.fir the IMPCP runtime changed from 60 sec to 4 sec.

Fix #5187

@uenoku uenoku changed the title [IMCP] Seed up the bulk connection propagation [IMCP] Seed up the bulk connection propagation, NFCI May 29, 2023
@uenoku uenoku changed the title [IMCP] Seed up the bulk connection propagation, NFCI [IMCP] Speed up the bulk connection propagation, NFCI May 30, 2023
@uenoku uenoku merged commit 6ff3ace into main Jun 6, 2023
@uenoku uenoku deleted the dev/uenoku/imcp-fix branch June 6, 2023 16:39
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.

[FIRRTL] IMConstProp much slower w/agg preservation on ("all")
2 participants