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

[FEATURE] Generate graphs using blif2graph #70

Open
mario33881 opened this issue Feb 28, 2023 · 0 comments
Open

[FEATURE] Generate graphs using blif2graph #70

mario33881 opened this issue Feb 28, 2023 · 0 comments

Comments

@mario33881
Copy link
Owner

Add an option to use blif2graph to generate graphs inside vscode.

Properties of this feature:

  • it must be optional: if the user wants to use blif2graph, they can. The extension must work with and without blif2graph.
  • it should check if the blif2graph executable is available in PATH and call it when the user clicks on something
  • it should allow the user to manually type blif2graph binary's path in the configs when its executable is not in PATH
  • it should be integrated in vscode as much as possible

    It would be nice if the user could right click and choose an option "Generate BLIF graph".

    A preview window could open and show blif2graph's output. (the user might have an option called "Generate BLIF graph and open preview")

    It would be even better if the extension could keep generating the graph every time the user saves changes. (when the user wants to... A checkbox in the configs?)

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

1 participant