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

[ESI][Manifest] Embed constants in manifest #7489

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Conversation

teqdruid
Copy link
Contributor

@teqdruid teqdruid commented Aug 9, 2024

Users want to know what constants were used in a design. Plumb them through using the manifest. No runtime support, no pycde support.

Cleanups to the manifest as well. Update the runtime to support the schema changes to the manifest.

@teqdruid teqdruid added the ESI label Aug 9, 2024
@teqdruid teqdruid requested a review from mortbopet August 9, 2024 17:00
Users want to know what constants were used in a design. Plumb them
through using the manifest. No runtime support, no pycde support.

Cleanups to the manifest as well. Update the runtime to support the
schema changes to the manifest.
}

// Now, emit a JSON object for each symbol.
for (const auto &symNameInfo : symbolInfoLookup) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Ideally, some sort of human-readable documentation would also have been modified with this change to the manifest builder (in other words, where is the manifest spec?)

include/circt/Dialect/ESI/ESIManifest.td Outdated Show resolved Hide resolved
@teqdruid teqdruid merged commit 3af0079 into main Aug 12, 2024
4 checks passed
@teqdruid teqdruid deleted the teqdruid/esi/constants branch August 12, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants