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

[export-dot] Use timing modeling in DOT legacy mode #34

Merged
merged 2 commits into from
Sep 7, 2023
Merged

Conversation

lucas-rami
Copy link
Member

This commit makes the export-dot tool leverage the new timing modeling infrastructure (the same as for buffer placement) when producing DOTs compatible with legacy Dynamatic. Instead of component delays and latencies being (probably incorrectly) hardcoded inside the DOTPrinter, they are now fetched from a timing database whose path is given as an argument to the tool.

Indirectly, this allows us to make meaningful comparisons between the output of the new buffer placement pass and the legacy one, which now both get their component timing models fetched from the same source.

Fixes #18.

@lucas-rami lucas-rami merged commit b8a982d into main Sep 7, 2023
@lucas-rami lucas-rami deleted the dot-delays branch December 27, 2023 10:31
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.

[export-dot] Use latencies from smart buffer placement pass in DOTs
1 participant