Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] How to improve my DAC design to get an appropriate output

Status
Not open for further replies.

mohamis288

Full Member level 3
Joined
Mar 1, 2022
Messages
164
Helped
0
Reputation
0
Reaction score
1
Trophy points
18
Activity points
1,235
Hello,
I have designed a circuit like this:

Screenshot (573).png

This is a R-2R DAC. lower transistors in each arm, are used to connecting the arm to real ground and virtual ground. those which are connected to virtual ground made up our DAC output. control voltages are outputs of 8-bit ADC and its output voltage is between 1.2 and -1.2 . but cadence gives warning:

Code:
Warning from spectre at time = 250.502 us during transient analysis `tran'.
    WARNING (CMI-2682): M0: The bulk-drain junction forward bias voltage (797.149 mV) exceeds `VjdmFwd' = 793.148 mV.  The results are now incorrect because the junction current model has been linearized
Warning from spectre at time = 250.502 us during transient analysis `tran'.
    WARNING (CMI-2682): M5: The bulk-drain junction forward bias voltage (794.799 mV) exceeds `VjdmFwd' = 793.148 mV.  The results are now incorrect because the junction current model has been linearized
Warning from spectre at time = 250.502 us during transient analysis `tran'.
    WARNING (CMI-2682): M6: The bulk-drain junction forward bias voltage (793.641 mV) exceeds `VjdmFwd' = 793.148 mV.  The results are now incorrect because the junction current model has been linearized
Notice from spectre at time = 250.502 us during transient analysis `tran'.
    M6: The bulk-drain junction returns to normal bias condition
Notice from spectre at time = 250.502 us during transient analysis `tran'.
    M5: The bulk-drain junction returns to normal bias condition
Notice from spectre at time = 250.502 us during transient analysis `tran'.
    M0: The bulk-drain junction returns to normal bias condition
Warning from spectre at time = 375.502 us during transient analysis `tran'.
    WARNING (CMI-2682): M0: The bulk-drain junction forward bias voltage (798.932 mV) exceeds `VjdmFwd' = 793.148 mV.  The results are now incorrect because the junction current model has been linearized
Warning from spectre at time = 375.502 us during transient analysis `tran'.
    WARNING (CMI-2682): M5: The bulk-drain junction forward bias voltage (794.957 mV) exceeds `VjdmFwd' = 793.148 mV.  The results are now incorrect because the junction current model has been linearized
        Further occurrences of this warning will be suppressed.
Notice from spectre at time = 375.502 us during transient analysis `tran'.
    M5: The bulk-drain junction returns to normal bias condition
Notice from spectre at time = 375.502 us during transient analysis `tran'.
    M0: The bulk-drain junction returns to normal bias condition
        Further occurrences of this notice will be suppressed.

Both clock and input signal to ideal ADC which provides our control voltage are "vpulse" functions. the output would be like this which is not acceptable:
Screenshot (574).png

what is the problem?
any help would be appreciated.
 

Solution
I don't like the look of that "DAC". The "resistors" are not
resistors (MOSFETs biased into conduction, expect much
nonlinearity), the virtual-ground point is not shown, the
settling time is going to suck because you're hard-banging
the current sinks and their reference rail (ought to be
"steering" current with as much finesse as practical) and
how do you figure on keeping the "R" matched when every
stage has a different Vgs (common "vb" along a varyingly-
biased ladder)?

The source of the complaints is likely the conflict between M0
with its B, S to "fk" (check yourself, not practical on a basic
one-well JI CMOS flow) and drain-commoned to M59 with its
B, S grounded. Any positive-going signal on "fk" will forward
bias M0...
I don't like the look of that "DAC". The "resistors" are not
resistors (MOSFETs biased into conduction, expect much
nonlinearity), the virtual-ground point is not shown, the
settling time is going to suck because you're hard-banging
the current sinks and their reference rail (ought to be
"steering" current with as much finesse as practical) and
how do you figure on keeping the "R" matched when every
stage has a different Vgs (common "vb" along a varyingly-
biased ladder)?

The source of the complaints is likely the conflict between M0
with its B, S to "fk" (check yourself, not practical on a basic
one-well JI CMOS flow) and drain-commoned to M59 with its
B, S grounded. Any positive-going signal on "fk" will forward
bias M0 D-B. because both sides of this "pair" are co-driven
(b0). And you'll be pushing "fk" directly into Psub! if it's indeed
a cheapo JI flow (you will find the ERC / LVS errors later).
 

Solution
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top