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

Simulation tool for verilogA model? #17

Open
ratul619 opened this issue Nov 24, 2021 · 3 comments
Open

Simulation tool for verilogA model? #17

ratul619 opened this issue Nov 24, 2021 · 3 comments

Comments

@ratul619
Copy link

Hi,

I am trying to simulate the verilogA model - which open source tool(s) would you suggest to dump waveforms ?

Thanks

@mithro
Copy link
Contributor

mithro commented Nov 24, 2021

Xyce -- see also #10

From @QuantamHD;

$ buildxyceplugin -o rram2 rram2.va . && Xyce -plugin ../../sp_lib/rram2.so rram_test.spice

@QuantamHD
Copy link
Collaborator

@ratul619

Xyce if you need to simulate the device itself, but if you're asking for tools to view the waveforms. I've heard nice things about gtkwave, and mathplotlib which is just a python library that you can easily use to view waveforms.

@mithro
Copy link
Contributor

mithro commented Nov 24, 2021

FYi - There are some examples of spice simulations which produce data and svg at https://cs.opensource.google/skywater-pdk/sky130_fd_pr/+/main:cells/npn_11v0/tests/

I am unsure were the code that runs the spice simulation has ended up.

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

3 participants