Add dynamic power for combinational cells#106
Conversation
9d0dfec to
d2aaecd
Compare
|
Is Q/V pin capacitance required for the leakage and dynamic power work you're doing here? If it isn't absolutely required, I'd prefer it be submitted on a separate PR. I've actually been meaning to add that for some time, just haven't had a moment where it was a higher priority than sequential stuff. That means a PR for your Q/V method would likely be merged sooner rather than later. |
|
@infinitymdm I've made a new PR with just the Q/V method procedure. You're right, it isn't necessary for the dynamic power. I'm still cleaning up this PR for dynamic power and I'll open it for review hopefully next week. As a side-note, I implemented the Q/V method procedure because the AC sweep procedure was giving me input capacitance values 10x what I was getting from Liberate using FreePDK45 models for a simple inverter chain. With the Q/V method I was getting more reasonable values. I plan to do more testing on the AC sweep specifically next week. If the problem isn't immediately obvious I'll mark it as an issue on GitHub and provide the relevant code so you can reproduce it yourself. |
No description provided.