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

Addition tools for circuit design flow on colab #64

Open
anawinop opened this issue Mar 28, 2023 · 0 comments
Open

Addition tools for circuit design flow on colab #64

anawinop opened this issue Mar 28, 2023 · 0 comments

Comments

@anawinop
Copy link

Having more interactive tools should help design a circuit on the colab notebook.

What I have in mind are:

  1. Circuit drawing (similar to what xschem does). This is usually the very first step in analog circuit design. The file format should allow import/export and is portable with spice.
  2. Interactive digital circuit simulation. Having an interactive simulator would help the behavioral verification step. The tool should also produce an equivalent action script for reproducibility.

Implementation idea:
Since kernel module implementation might be challenging, utilizing widgets and html tricks (with a lot of work around) should be possible.

Please excuse me for misunderstanding if there is any.

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