https://open-source-silicon.dev logo
Channels
aa
abcc
activity
adiabatonauts
analog-design
announce
announcements
b2aws
b2aws-tutorial
bag
basebands
beagleboard
bluetooth
board-respin
cadence-genus
cadence-innovus
cadence-spectre
cadence-virtuoso
caravan
caravel
caravel-board
chilechipmakers
chip-yard
chipignite
chipignite2206q_stanford_bringup
chisel
coalition-for-digital-environmental-sustainability
community_denmark_dtu
containers
courses
design-review
design-services
dffram
digital-design
digital-electronics-learners
discord-mods
dynamic-power-estimation
efabless
electric
events
fasoc
fault
foss-asic-tools
fossee-iitb-esim
fossee-iitb-google-sky130
fpga
funding
fuserisc
general
generative-ai-silicon-challenge
genius-vlsi
gf180
gf180mcu
hardware-beginners
help-
ieee-sscs-cac-23
ieee-sscs-dc-21q3
ieee-sscs-dc-22
ieee-sscs-dc-23
ihp-sg13g2
images
infiniband
j-core
japan-region
junk
klayout
latam_vlsi
layouteditor
lvs
lvs-analysis
magic
magical
maker-projects
maker-zone
microwatt
mpw-2-silicon
mpw-one-clean-short
mpw-one-silicon
neuro-mem
nydesign
open_pdks
open-pdk
openadiabaticlogic
openfpga
openhighqualityresonators
openlane
openlane_cloudrunner
openlane-development
openocd
openpositarithmetic
openpower
openram
openroad
opentitan
osu
pa-test-chip
paracells
pd-openlane-and-sky130
picosoc
pll
popy_neel
power
private-shuttle
rad-lab-silicon
radio
rdircd
reram
researchers
rf-mmw-design
rios
riscv
sdram
serdes
shuttle
shuttle-precheck
shuttle-status
silicon-photonics
silicon-validation
silicon-validation-private
sky130
sky130-ci
sky130-pv-workshop
sky65
sky90
skywater
sram
stdcelllib
strive
swerv
system-verilog-learners
tapeout-job
tapeout-pakistan
team-awesome
timing-closure
toysram
travis-ci
uvm-learners
vendor-synopsys
venn
verification-be
verification-fe
verilog-learners
vh2v
vhdl
vhdl-learners
vliw
vlsi_verilog_using_opensource_eda
vlsi_verilog_using_opensoure_eda
vlsi-learners-group
vlsi101
waveform-viewers
xls
xschem
xyce
zettascale
Powered by
Title
s

Stanley Lin

02/03/2023, 10:06 PM
Does anyone have any idea what is wrong?
s

Stefan Schippers

02/04/2023, 12:25 AM
I have tried to do the following: first of all i have set very high precision flags:
.option ABSTOL=1e-14 GMIN=1e-14 RELTOL=1e-5 VNTOL=1e-8
Then in the .control section i have run 2 DC simulations, one with
vip
going forward and one going backward:
dc vip 0 3.3 0.1
write op.raw
set appendwrite
dc vip 3.3 0 -0.1
write op.raw
simulation shows 2 different transfer characteristics. It looks like the DC value of
v(out)
is indeterminate, this happens for example if the output has no dc paths to ground or vsupply and any DC level is a valid solution. Check carefully your circuit. May be some transistors are in Off state and carrying pA of current. However i don't have the schematic, so i can not investigate further.
s

Stanley Lin

02/04/2023, 12:28 AM
Oh I see. Actually my output is a high impedance output stage of a general BJT op amp. I thought the output voltage could be determined by the two BJTs even though this is a high impedance node. Maybe in gf180 model, the vout couldn't be just determined by the BJT's operating point
I will make some experiments, hopefully I can find out what happens to my circuit
s

Stefan Schippers

02/04/2023, 12:29 AM
you can add a high resistor from out to gnd, like 100MOhm. This will probably remove indetermination.
s

Stanley Lin

02/04/2023, 12:30 AM
Oh okay
Thank you for your advice
s

Stefan Schippers

02/04/2023, 12:30 AM
ps: use 100MEG not 100M in spice (100M is 100 milliohm) !
the resistor doesn't seem to fix the issue....
can you attach the .sch file(s)?
s

Stanley Lin

02/04/2023, 12:32 AM
Yes
BJTamp.sch
btw what is the different between 100MEG and 100M? I thought both of them stand for 100*10e6
s

Stefan Schippers

02/04/2023, 12:56 AM
no, m stands for "milli", 1e-3. Since spice is case insesitive 1mF and 1MF both refer to 1 milli Farad
🌍 1
s

Stanley Lin

02/04/2023, 12:57 AM
Oh yeah I see
s

Stefan Schippers

02/04/2023, 12:59 AM
I found a serious issue in the design. You need to edit the npn symbol and change the name of the substrate pin to S, it is set to 'B'. This creates a substrate to base short.
this is not your fault this must be notified upstream
in the fg180 pdk maintainers
but the fix is easy. descend into the symbol, select the small red square , press 'q' and change name=B to name=S
🌍 1
I also don't know if the S node of the transistor must be connected to the emitter or to AVSS
s

Stanley Lin

02/04/2023, 1:12 AM
Actually I have changed the terminal from B to S before since the simulation will fail if that isn't changed
s

Stefan Schippers

02/04/2023, 1:14 AM
yes i have seen, however this change must be done. It is not changing the behavior though
s

Stanley Lin

02/04/2023, 1:15 AM
Yeah
s

Stefan Schippers

02/04/2023, 1:23 AM
I can't understand the biasing of the output stage. You have 2x1k resistors and 2 diodes. As a result Vbe of output bipolars is ~0.9V these transistors are in super ON state and you have 40mA flowing from AV33 to AVSS.
1.png
the diodes themselves are carrying 30mA of current. The differential stage can add/subtract some mA, but this is largely insufficient to drive the outputs.
If you want a push pull stage you must swap pnp and npn output transistors
s

Stanley Lin

02/04/2023, 1:30 AM
截圖 2023-02-03 下午8.30.03.png
Actually I think you get the correct operating point which is consistent with dc simulation
This is the result of my op simulation
s

Stefan Schippers

02/04/2023, 1:33 AM
I have changed the ouput stage to push pull and get abetter transfer function:
s

Stanley Lin

02/04/2023, 1:35 AM
Could you send me this .sch file?
I'll spend sometime digging into it
To be honest I am not quite familiar with the BJT design
s

Stefan Schippers

02/04/2023, 1:36 AM
yes i will send it. Anyway i still see mismatch between the op and dc sims... This is probably an issue with the BJT spice models, not with the simulator itself...
s

Stanley Lin

02/04/2023, 1:37 AM
However it seems that you didn't have that inconsistency issue in you previous screenshot
image.png
This one
Is it under op simulation?
s

Stefan Schippers

02/04/2023, 1:47 AM
no image above was one dc point, dont' remember exactly what vip value... You can backannotate any point in a dc sim, it is explained in this video. The schematic with output transformed to push pull:
🌍 1
s

Stanley Lin

02/04/2023, 1:48 AM
Okay, thank you so much!
This is very helpful