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

[FIRRTL][InferWidths] Tweak debug printing to show names and more bits. #5415

Merged
merged 1 commit into from
Jun 16, 2023

Commits on Jun 15, 2023

  1. [FIRRTL][InferWidths] Tweak debug printing to show names and more bits.

    I've found that 0xFFF is not enough to always produce unique strings
    for constraints I'm debugging, bump a bit from 4096 to 65536 for now
    (still keeping it short but more bits to lower chance of collision).
    
    Also add the result of `getFieldName()` to the debug printing for
    each variable to make it easier, especially for blockarguments,
    to match each to its origin.
    dtzSiFive committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8d22a62 View commit details
    Browse the repository at this point in the history