Hello, everyone,
I want to identify DC gain and operations point a floating inverter amplifier as picture below, but I try run dc, ac, in ADE but I confuse about the result.
Anyone Could you help me the guideline to identify DC gain and operations point.
Thank, everyone
Hi @Henry98
Your dc/ac simulation wouldn't give you a valid result since your circuit is a switching circuit, hence identifying the dc/ac currents is impossible for a simulator.
I can recommend using PAC/PSS analysis (that we use for SC-circuits analysis for example) to get the desired result.
You may find the following tutorials useful (attached).
Hopefully, it helps.
@Henry98 , you are getting a quite weird result...
1. Did you make sure that you have only 1 clock source in the circuit (and it has the highest frequency) and the rest are just derivatives of it?
2. Did you try to run transient analysis to make sure that you are getting an output signal which is close to what you are expecting? Apart from simulation settings, I am suspecting some errors in your schematic, so maybe that's why you are getting -6kdB (!) as a result.
3. It would be useful to see your schematic by the way...
Hi @sidun.av ,
1. My schematic is using a input voltage source is 2kHz, and two inverted source of clock 2MHz to control the switching of circuit.
2. when I run transient simulation, output is kind of like á my expected.
3. My schematic using in this simulation as picture below:
transient output of this circuit is:
And the voltage gain of this structure:
below í my setup for PSS and PAC:
Could you help me check it whether my schematic or setup of PSS , PAC is wrong?
The one thing I've noticed about your schematic is that you have more than one fundamental frequencies: CLK and CLK_B. I understand that this is just inverted clocks but I am not sure that the simulator can recognize that. Try implementing CLK_B by inverting a CLK through inverter and see if it gives you any meaningful result.
In a meanwhile, I will have look on your analysis setup and tell you if there is something wrong with it.
I'm checking my circuit then I realized that Pmos, Nmos of my circuit went to region 0.
Therefore, I suspected that DC analysis can not identify the region of Tr of switching circuit because that circuit working in difference state for each of level (High/low) of clock.
Could you share me how to check operation point of TR in switching circuit?
That makes complete sense, because in DC analysis (depending on the initial conditions of your circuit) some switches will be open leading to open circuit and no current flow.
My suggestion will be the following:
1. Perform a transient analysis;
2. Go to View->Annotations and select Transient Operating Points;
3. Specify the time when your circuit is at the phase 1 and inspect the operating points. Repeat the same for the time when your circuit is in phase 2.
Thank you for your suggestion
In the meantime I set up cadence to do simulation again, I have some questions:
1: I read your guideline document, I wonder that why input voltage for circuit need to be DC voltage not AC voltage to run PSS.
I also reference to this video and realized that they also change from input AC to input DC to run PSS and PAC
my circuit is using AC input to run PSS, I think maybe it also is one of problems that I need to fix.
Thank you.