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

[Show command] Preserve the order of module inputs and outputs in the generated diagram. #4241

Open
zapta opened this issue Feb 27, 2024 · 0 comments

Comments

@zapta
Copy link

zapta commented Feb 27, 2024

Feature Description

When generating a module diagram with the show command, the inputs and the outputs seem to be sorted alphabetically which result in counter intuitive order. Below is an example.

This request is to preserve the order of the inputs and the order of the outputs as they appear in the original source code.

Test module

module b (
    input clk,
    input reset,
    input red,
    input green,
    input blue
);

endmodule

Representation in the diagram:

hardware

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant