Tim 'mithro' Ansell

Results 1504 comments of Tim 'mithro' Ansell

Let's just start with the README and see how we go.

`This branch has conflicts that must be resolved`

Changes generally look okay. Will add comments when the conflict is resolved.

@FeliciaG Could you do a rebase rather than a merge?

Looks like you still did a merge rather than a rebase.... You want to do something like; ``` git remote add upstream [email protected]:google/skywater-pdk-libs-sky130_bag3_pr.git git fetch upstream git rebase --interactive upstream/master...

No KLayout config exists yet. Someone will need to create one based on the documentation which can be found at https://sky130-fd-pr-reram.readthedocs.io/en/latest/user_guide.html

These two documents could be useful; * Guan, S. Yu, H.-S. P. Wong, "A SPICE Compact Model of Metal Oxide Resistive Switching Memory With Variations https://ieeexplore.ieee.org/abstract/document/6296677 * Jiang, S. Yu,...

@Keno - Looking forward to your pull request! It would be great if we could add some spice simulations which produce the graphs found in the documentation too.

Xyce -- see also #10 From @QuantamHD; > $ buildxyceplugin -o rram2 rram2.va . && Xyce -plugin ../../sp_lib/rram2.so rram_test.spice

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.