Marcus Mellor

Results 37 comments of Marcus Mellor

This PR is very similar to #313 , though I like how your solution allows keywords to appear anywhere in the line. That said, shouldn't "Note" be treated as info...

I've spent some time digging into this today. It seems to me that the `Analysis` class should have a member dedicated to storing results of `.meas` lines in spice simulations....

As I'm sure you're aware, PySpice currently works with ngspice and Xyce. Adding an interface with hspice probably wouldn't be too terribly difficult, and is something I'd be interested in...

Just based on how simple the [Xyce interface](https://github.com/PySpice-org/PySpice/tree/master/PySpice/Spice/Xyce) is, I'd suspect setting something up for hspice wouldn't be too terribly difficult. I'm not aware of a fork that has this...

> There's also a lot of unrelated files being committed here, such as copies of the crypto unit. Can you clean up the PR to only add the stuff you...

The latest changes bring this up to date with main at 5dfde80. You can run the arch64gc regression tests (with and without fp), as well as a brief read/write test...

Closing for now pending #921. I'll open a new PR with just the memory controller changes rebased on top of main.

I also have this issue. Running Budgie 10.9.2 on Solus 4.5.

#381 fixes this for libngspice, but this is also an issue when using PySpice with the `ngspice-subprocess` backend. Is there any info on a fix for that use case?

This update has been on my to-do list for a bit now. I'll try to get around to it this weekend.