-
Hello @RTimothyEdwards,
I was wondering whether there is a chance that Magic will ever support Open Access format. I have only very brief
knowledge of the politics behind the OA, so forgive me if …
-
Hi!
I just found a bug on your code that make calculation wrong.
in this line:
```C++
MahonyQuaternionUpdate(ax, ay, az, gx*PI/180.0f, gy*PI/180.0f, gz*PI/180.0f, my, mx, mz);
```
it must be
…
-
Hi Kris,
I have remarks and questions about the code that initialises the constants of the Kalman filter used to fusion the accelero and the gyro readings :
`
// global constants for 9 DoF fusi…
-
Hello I'm having an issue netlisting in Cadence virtuoso.
Cadence spectre will simulate hspice models yet it is not netlising using the supplied symbol even when a spectre view has been created.
…
-
I have a standard Skill routine that selects pins and snaps them to their XL compatible locations and the labels automatically move with them. The Skillbridge equivalent I've put together so far fail…
-
When connecting to the server on v6.0 I recieve an error message saying opengl could not attach.
**To Reproduce**
Steps to reproduce the behavior:
1. server command
xpra start :10
2. client comma…
-
**Problem Statement**
----------------------------
I'd like to easily create and install EDA packages into a IC design environment. They need to be able to include both Python and Cadence SKI…
-
I'm currently working on integrating Python scripts with Cadence Virtuoso using the Skillbridge library. My goal is to enhance my automation capabilities within Virtuoso by leveraging Python's versati…
-
Memory tagging is great, but as per my understanding, it doesn't protect against in-object overflows and ROP exploits.
ARM introduced some time ago the [PAC extension](https://learn.arm.com/learnin…
-
Hi, I met the scaled issue when streaming gds from innovus to virtuoso. I used 0.25 scale and 4000 db when streaming into virtuoso (4000db stream out). Most of layout looks right but M5_M4, M4_M3, M6_…