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

Add generator for bin based plots for FETs #237

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Nov 25, 2020

  1. Added initial script for generating plots from FET simulator

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    3f11b65 View commit details
    Browse the repository at this point in the history
  2. Added script for generating nfet and pfet plots from libraries directory

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    508c21f View commit details
    Browse the repository at this point in the history
  3. Added grid to plots

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    5ea3ea9 View commit details
    Browse the repository at this point in the history
  4. Added closing plots after saving to file

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    414b809 View commit details
    Browse the repository at this point in the history
  5. Comment out not working fet

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    3e57ce2 View commit details
    Browse the repository at this point in the history
  6. FET simulator code cleanup

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    c64020c View commit details
    Browse the repository at this point in the history
  7. Added ngspice to environment.yml and PySpice to requirements.txt

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    2aed534 View commit details
    Browse the repository at this point in the history
  8. Added grouping FET plots by W

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    ee63e6c View commit details
    Browse the repository at this point in the history
  9. Changed extension for FET plots from PNG to SVG

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    c8b18d8 View commit details
    Browse the repository at this point in the history
  10. Wrapped script in main function

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    f177fa7 View commit details
    Browse the repository at this point in the history
  11. Added fetching FETs by regular expression

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    222572a View commit details
    Browse the repository at this point in the history
  12. Added proper closing of plots

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    7c4d2fa View commit details
    Browse the repository at this point in the history
  13. Fixed directory generation

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    3f0a64b View commit details
    Browse the repository at this point in the history
  14. Added releasing memory after plotting the FET graphs

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    1c0eeda View commit details
    Browse the repository at this point in the history
  15. Added not failing on invalid bins.csv file

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    6709fdf View commit details
    Browse the repository at this point in the history
  16. Added notification on successful finish of the script

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    7f0f405 View commit details
    Browse the repository at this point in the history
  17. fet_simulator: added docstrings

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    8d734f0 View commit details
    Browse the repository at this point in the history
  18. fet_simulator: moved fet modules to simulation/analog

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    d760ac4 View commit details
    Browse the repository at this point in the history
  19. fet_simulator: used more elaborate variable names

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    77bad0d View commit details
    Browse the repository at this point in the history
  20. base: added method for parsing bins.csv files

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    ee006e4 View commit details
    Browse the repository at this point in the history
  21. fet: added using bins.csv parser from skywater_pdk.base

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    a4f7529 View commit details
    Browse the repository at this point in the history
  22. fet: added docstrings for modules

    Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
    glatosinski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    a512ddf View commit details
    Browse the repository at this point in the history