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

Pass python File/line numbers to coreIR as metadata #230

Closed
rdaly525 opened this issue Aug 1, 2018 · 1 comment
Closed

Pass python File/line numbers to coreIR as metadata #230

rdaly525 opened this issue Aug 1, 2018 · 1 comment
Assignees

Comments

@rdaly525
Copy link
Collaborator

rdaly525 commented Aug 1, 2018

Specifically it would be great to be passed data whenever:

a module is instantiated.
a wire is declared (a wire module is instantiated).
m.wire is called

This data could be used by the CoreIR verilog backend to produce much prettier verilog that could correspond pretty well to the original magma file.

@rdaly525 rdaly525 self-assigned this Aug 1, 2018
@leonardt
Copy link
Collaborator

Done via #266, waiting for coreir dev merge

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

No branches or pull requests

2 participants