Torleif Skår
Torleif Skår
> Hi, unfortunately it doesn't fix the problem on Manjaro (kernel 6.11.0-rc3-2-MANJARO). What exactly is failing, you getting the same issue as in my opening post?
> > > Hi, unfortunately it doesn't fix the problem on Manjaro (kernel 6.11.0-rc3-2-MANJARO). > > > > > > What exactly is failing, you getting the same issue as...
> Working on 6.11.0-061100-generic, Mint. Can I ask what exactly your code does? I'm not a dev. I dont understand what your if statement accomplishes. Thanks It's just re-defining the...
@andrewbaker-uk > Install fails on Ubuntu 24.10 Can you dump the definition of `int gip_bus_match(...)` from your `/var/lib/dkms/xone/unknown/build/bus/bus.c`. Just include everything between the end of `struct device_type{...}` until `static int...
@andrewbaker-uk; Considering you are missing: ``` #if LINUX_VERSION_CODE < KERNEL_VERSION(6, 11, 0) static int gip_bus_match(struct device *dev, struct device_driver *driver) #else static int gip_bus_match(struct device *dev, const struct device_driver *driver)...
For your reference, it's fixed in Xyce v7.10: Xyce v7.10: --- NGSpice --- Using the same testbench as opening post, just modified it such that left plot is always Xyce...
As far as I understood, that is just a display thing, and doesn't actually modify the dataset itself? # Master With the trace config enabled and `a_prefixNeeded=false`:  With the...
Dataset wise, I have the following cases: # Single sim of each type: DC + Tran + SP gives: `` # Multiple (2x freqSim) sim: DC + Tran + SP...
FYI, this is due to the `nBuLay` generation, according to the DRM (Section 4.2): ```text Layer name | Definition nBuLay | (((NWell >= 3.0 µm) sized by 1.0 µm/side) OR...
Based on your logs: Duplicate of #1590?