CN110991062A - Method for realizing Verilog-A simulation model of OLED - Google Patents

Method for realizing Verilog-A simulation model of OLED Download PDF

Info

Publication number
CN110991062A
CN110991062A CN201911263604.4A CN201911263604A CN110991062A CN 110991062 A CN110991062 A CN 110991062A CN 201911263604 A CN201911263604 A CN 201911263604A CN 110991062 A CN110991062 A CN 110991062A
Authority
CN
China
Prior art keywords
voltage
region
verilog
point
oled
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911263604.4A
Other languages
Chinese (zh)
Other versions
CN110991062B (en
Inventor
宫雷雨
张万鑫
李翡
刘伟平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Jiuxin Electronic Technology Co ltd
Original Assignee
Nanjing Jiuxin Electronic Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Jiuxin Electronic Technology Co ltd filed Critical Nanjing Jiuxin Electronic Technology Co ltd
Priority to CN201911263604.4A priority Critical patent/CN110991062B/en
Publication of CN110991062A publication Critical patent/CN110991062A/en
Application granted granted Critical
Publication of CN110991062B publication Critical patent/CN110991062B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A method for realizing a Verilog-A simulation model of an OLED comprises the following steps: 1) acquiring current-voltage and capacitance-voltage data of the device; 2) establishing a curve fitting polynomial according to the data; 3) establishing a Verilog-A expression to obtain a simulation OLED model; 4) respectively carrying out current-voltage and capacitance-voltage curve fitting; 5) and carrying out model verification. The method for realizing the Verilog-A simulation model of the OLED can effectively improve the simulation precision and the simulation efficiency of the OLED.

Description

Method for realizing Verilog-A simulation model of OLED
Technical Field
The invention relates to the technical field of device model development, in particular to a method for realizing a Verilog-A simulation model of an OLED.
Background
In the prior art, an OLED model is built by building a sub-circuit by using the existing combination of diode, resistor and capacitor models. However, the existing diode, resistor and capacitor models are not specially designed for the new device OLED, so that the accuracy of the simulation result of the OLED is limited, and the simulation time is also long due to the combination of several devices. In addition, in the research of the literature, the current-voltage (I-V) characteristics of the OLED are of great interest, the capacitance-voltage (C-V) characteristics of the OLED are of less interest, and the C-V characteristics of the OLED are of great interest in practical requirements.
In the current industrial application, there is no compact model integrated in the simulator, and the simulation of the existing sub-circuit model (subbckt model) of the OLED does not perform well in terms of accuracy and efficiency.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention aims to provide an implementation method of a Verilog-A simulation model of an OLED, which can effectively improve the simulation precision and the simulation efficiency of the OLED.
In order to achieve the above purpose, the invention provides a method for implementing a Verilog-a simulation model of an OLED, comprising the following steps:
1) acquiring current-voltage and capacitance-voltage data of the device;
2) establishing a curve fitting polynomial according to the data;
3) establishing a Verilog-A expression to obtain a simulation OLED model;
4) respectively carrying out current-voltage and capacitance-voltage curve fitting;
5) and carrying out model verification.
Further, the step 2) further includes removing bad points and noise points of the data.
Further, the step 2) further comprises,
dividing a current-voltage characteristic curve into a reverse region, a start region and a saturation region, and respectively establishing a fitting polynomial;
dividing the capacitance-voltage characteristic curve into a flat area, a rising area and a falling area, and respectively establishing a fitting polynomial.
Further, in the current-voltage characteristic curve,
taking the point of which the voltage is 0 as a starting boundary point of the reverse region and the starting region;
taking a point of second derivative of the current to the voltage as 0 as a saturation boundary point of the opening region and the saturation region;
the region with the voltage less than 0 is the reverse region, the region with the voltage greater than 0 and less than the saturation demarcation point is the start region, and the region with the voltage greater than the saturation demarcation point is the saturation region.
Further, in the capacitance-voltage characteristic curve,
taking the point at which the voltage is 0 as a rising boundary point of the falling region and the rising region;
taking the point of the second derivative of the voltage obtained by the capacitor to be 0 as a flat boundary point of the ascending area and the flat area;
the area with the voltage smaller than 0 is the descending area, the area with the voltage larger than 0 and smaller than the flat boundary point is the ascending area, and the area with the voltage larger than the flat boundary point is the flat area.
Further, establishing the voltage-current characteristic curve fitting polynomial comprises the following steps:
setting the voltage as x and the current as y;
performing voltage-current polynomial fitting by using a least square method;
the coefficient of the voltage-current fitting polynomial is less than or equal to 3;
the voltage-current fitting polynomial is: y = k3x redyeing + k2x + k1 x-transmission + k0;
wherein the k0, k1, k2, k3 are constants.
Further, before establishing the fitting polynomial, the current and voltage of the open region and the saturation region are logarithmized.
Further, an overage equation is established between each of the regions, comprising:
P1*s1+P0=0 ①
P1*s2+P0=(f1(s2)+f2(s2))/2 - f1(s1) ②
simultaneous ①② calculating the P1 and the P0;
Q1*s3+Q0=0 ③
Q1*s2+Q0=(f1(s2)+f2(s2))/2 - f2(s3) ④
simultaneous ③④ calculating the Q1 and the Q0;
f1(s2) + P1 × s2+ P0= f2(s2) + Q1 × s2+ Q0, ensuring continuity at s 2.
Wherein f1 is a polynomial of a region preceding the demarcation point, f2 is a polynomial of a region succeeding the demarcation point, s1 is a minimum point of the voltage or the capacitance, s2 is the turn-on demarcation point or the rise demarcation point, and s3 is the saturation demarcation point or the flat demarcation point; p0, P1, Q0, Q1 are the coefficients of the argument of the transition equation, respectively.
Further, the polynomial of the region before the dividing point is F1(s) = F1(s) + P1 × s + P0, and the polynomial of the region after the dividing point is F2(s) = F2(s) + Q1 × s + Q0, where s is a voltage or a capacitance value.
Further, the step 4) further comprises representing the curve-fitting polynomial and the transition equation by the Verilog-a language.
Further, the step 4) further comprises respectively fitting each region according to the Verilog-a expression.
Further, the step 5) further includes simulating the model and outputting a verification result.
To achieve the above object, the present invention further provides a computer readable storage medium, on which computer instructions are stored, which when executed perform the steps of the method for implementing the Verilog-a simulation model of an OLED as described above.
In order to achieve the above object, the present invention further provides an apparatus for implementing a Verilog-a simulation model of an OLED, including a memory and a processor, where the memory stores computer instructions running on the processor, and the processor executes the computer instructions to execute the above method steps for implementing the Verilog-a simulation model of an OLED.
The method for realizing the Verilog-A simulation model of the OLED has the following beneficial effects:
1) the method is more flexible, and the statements such as if-else and while in Verilog-A can be used for constructing a model to meet the requirements of new devices.
2) And the Verilog-A simulation model files are all visible, so that secondary modification is facilitated.
3) The simulation efficiency is higher, and the characteristic curve of the capacitance-voltage can be better fitted.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
FIG. 1 is a flow chart of a method for implementing a Verilog-A simulation model of an OLED according to the present invention.
Detailed Description
The preferred embodiments of the present invention will be described in conjunction with the accompanying drawings, and it will be understood that they are described herein for the purpose of illustration and explanation and not limitation.
Fig. 1 is a flowchart of an implementation method of a Verilog-a simulation model of an OLED according to the present invention, and a detailed description will be given below of the implementation method of the Verilog-a simulation model of an OLED according to the present invention with reference to fig. 1.
First, in step 101, the current-voltage and capacitance-voltage data of the OLED device are measured. In the step, according to the physical characteristics of the OLED, electrons and holes are started from a positive electrode and a negative electrode respectively by using current and are injected into an organic thin film region between the two electrodes to generate a light-emitting phenomenon due to meeting, an actual OLED device is tested, and current-voltage and capacitance-voltage data are recorded through measurement of electrical equipment.
At step 102, the test data is processed.
Preferably, the measured OLED device data is dead-dotted and noise-dotted.
At step 103, the test data is analyzed. In this step, the actual test data is observed and analyzed.
Preferably, for the I-V portion, the I-V characteristic is divided into three regions, reverse, open, and saturation.
Preferably, the region distinguishing method of I-V comprises: in the I-V characteristic curve, V =0 is used as a boundary point between the inversion region and the open region, a point V1 at which the second derivative of I with respect to V is 0 is used as a boundary point between the open region and the saturation region, the region of V <0 is the inversion region, 0< V1 is the open region, and the portion of V > V1 is the saturation region.
Preferably, the inversion region is fitted linearly, i.e. polynomial operated.
Preferably, the method for establishing the polynomial in the reverse region comprises: 1) v is used as x, I is used as y; 2) performing polynomial fitting by using a least square method; 3) the coefficients of the polynomial < = 3. The polynomial expression is as follows: y = k3x redyeing + k2x + k1 x-transmission + k0; k0, k1, k2, k3 were calculated from the actually measured current-voltage data.
Preferably, the open region and the saturation region are subjected to first logarithmic operation and then linear fitting. In this step, the value of I, V is logarithmized, and linear fitting, i.e., polynomial fitting, is performed in the same manner as reverse region fitting.
Preferably, an overage equation is established between each region, ensuring continuity of the curve. In this step, the function of the transition equation is to ensure the continuity of the curves of two adjacent intervals, and the transition equation is established by taking the reverse region and the open region as an example.
Preferably, let the polynomial of the inversion region be f1(x), the polynomial of the turn-on region be f2(x), and take three points x1 (the minimum point of x), x2 (the boundary point of the inversion region and the turn-on region), and x3 (the boundary point of the turn-on region and the saturation region), where x represents the voltage. The transition equation is established as follows:
inversion region P1 x1+ P0=0 ①
P1*x2+P0=(f1(x2)+f2(x2))/2 - f1(x1) ②
Simultaneous ①② calculated P1P 0.
Opening area Q1 x1+ Q0=0 ③
Q1*x2+Q0=(f1(x2)+f2(x2))/2 -f2(x3) ④
Simultaneous ③④ calculated Q1Q 0.
Wherein, P1, P0, Q1 and Q0 are coefficients of transition equations.
From the above calculations, one can derive the equation f1(x2) + P1 x2+ P0= f2(x2) + Q1 x2+ Q0, thus ensuring continuity at point x 2. The final polynomials in the two regions of the reverse region and the open region are respectively: f1(x) = F1(x) + P1 x + P0, F2(x) = F2(x) + Q1 x + Q0.
Preferably, for the C-V part, C-V is converted into PF, and then the curve is divided into three areas, namely a flat area, an ascending area and a descending area.
Preferably, the region distinguishing method of the C-V part includes: in the C-V characteristic curve, V =0 is set as a boundary point between a falling region and a rising region, a point V1 at which the second derivative of C with respect to V is 0 is set as a boundary point between a rising region and a flat region, a region of V <0 is a falling region, 0< V1 is a rising region, and a portion of V > V1 is a flat region.
Preferably, each region in C-V is subjected to linear fitting in the same way as I-V, and then a transition equation is established between each region in the same way as I-V, so that the continuity of the curve is ensured.
In step 104, a Verilog-A expression is established to obtain a simulated OLED model. In the step, establishing the Verilog-A expression comprises expressing an equation and an over equation of polynomial operation by using a Verilog-A language, and obtaining a Verilog-A model of the OLED according to the Verilog-A expression. Verilog-A itself can use if-else, while, etc. statements, so it is more convenient to build the model. For example, if v <0, I (a, k) = k3v castration + k2v + k1v, and + k0 else … ….
At step 105, an I-V curve fit is performed.
Preferably, the reverse, turn-on and saturation regions of the current-voltage are fitted separately.
At step 106, a C-V curve fit is performed.
Preferably, the flat, rising and falling regions of the capacitance-voltage are fitted separately.
In step 107, model verification is performed. In this step, the model is used in a large-scale circuit to see whether the output result of this circuit simulation is consistent with the normal output result of the circuit.
The invention provides a method for realizing a Verilog-A simulation model of an OLED, which is characterized in that an I-V characteristic curve and a C-V characteristic curve are respectively fitted by two branches, so that the C-V characteristic curve does not influence the I-V characteristic curve when the I-V characteristic curve is adjusted, and the C-V characteristic curve is adjusted only after the I-V characteristic curve is determined, thereby reducing the fitting difficulty.
To achieve the above object, the present invention further provides a computer readable storage medium, on which computer instructions are stored, which when executed perform the steps of the method for implementing the Verilog-a simulation model of an OLED as described above.
In order to achieve the above object, the present invention further provides an implementation apparatus of a Verilog-a simulation model of an OLED, including a memory and a processor, where the memory stores computer instructions running on the processor, and the processor executes the computer instructions to execute the above implementation method steps of the Verilog-a simulation model of an OLED.
Those of ordinary skill in the art will understand that: although the present invention has been described in detail with reference to the foregoing embodiments, it will be apparent to those skilled in the art that changes may be made in the embodiments and/or equivalents thereof without departing from the spirit and scope of the invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (14)

1. A method for realizing a Verilog-A simulation model of an OLED is characterized by comprising the following steps:
1) acquiring current-voltage and capacitance-voltage data of the device;
2) establishing a curve fitting polynomial according to the data;
3) establishing a Verilog-A expression to obtain a simulation OLED model;
4) respectively carrying out current-voltage and capacitance-voltage curve fitting;
5) and carrying out model verification.
2. The method for implementing the Verilog-a simulation model of OLED according to claim 1, further comprising, before the step 2), removing bad points and noise points of the data.
3. The method for implementing the Verilog-A simulation model of OLED according to claim 1, wherein the step 2) further comprises,
dividing a current-voltage characteristic curve into a reverse region, a start region and a saturation region, and respectively establishing a fitting polynomial;
dividing the capacitance-voltage characteristic curve into a flat area, a rising area and a falling area, and respectively establishing a fitting polynomial.
4. The method for implementing the Verilog-A simulation model of OLED according to claim 3, wherein, in the current-voltage characteristic curve,
taking the point of which the voltage is 0 as a starting boundary point of the reverse region and the starting region;
taking a point of second derivative of the current to the voltage as 0 as a saturation boundary point of the opening region and the saturation region;
the region with the voltage less than 0 is the reverse region, the region with the voltage greater than 0 and less than the saturation demarcation point is the start region, and the region with the voltage greater than the saturation demarcation point is the saturation region.
5. The method of claim 3, wherein in the capacitance-voltage characteristic curve,
taking the point at which the voltage is 0 as a rising boundary point of the falling region and the rising region;
taking the point of the second derivative of the voltage obtained by the capacitor to be 0 as a flat boundary point of the ascending area and the flat area;
the area with the voltage smaller than 0 is the descending area, the area with the voltage larger than 0 and smaller than the flat boundary point is the ascending area, and the area with the voltage larger than the flat boundary point is the flat area.
6. The method of claim 3, wherein the step of establishing the voltage-current characteristic curve fitting polynomial comprises the steps of:
setting the voltage as x and the current as y;
performing voltage-current polynomial fitting by using a least square method;
the coefficient of the voltage-current fitting polynomial is less than or equal to 3;
the voltage-current fitting polynomial is: y = k3x redyeing + k2x + k1 x-transmission + k0;
wherein the k0, k1, k2, k3 are constants.
7. The method of claim 6, wherein before the establishing the fitting polynomial, further comprises logarithm of the current and voltage of the turn-on region and the saturation region.
8. The method of claim 3, wherein establishing an overage equation between each region comprises:
P1*s1+P0=0 ①
P1*s2+P0=(f1(s2)+f2(s2))/2 - f1(s1) ②
simultaneous ①② calculating the P1 and the P0;
Q1*s3+Q0=0 ③
Q1*s2+Q0=(f1(s2)+f2(s2))/2 - f2(s3) ④
simultaneous ③④ calculating the Q1 and the Q0;
f1(s2) + P1 × s2+ P0= f2(s2) + Q1 × s2+ Q0, ensuring continuity at s 2;
wherein f1 is a polynomial of a region preceding the demarcation point, f2 is a polynomial of a region succeeding the demarcation point, s1 is a minimum point of the voltage or the capacitance, s2 is the turn-on demarcation point or the rise demarcation point, and s3 is the saturation demarcation point or the flat demarcation point; p0, P1, Q0, Q1 are the coefficients of the argument of the transition equation, respectively.
9. The method of claim 8, wherein the polynomial for the region before the cut point is F1(s) = F1(s) + P1 s + P0, and the polynomial for the region after the cut point is F2(s) = F2(s) + Q1 s + Q0, where s is a voltage or a capacitance.
10. The method for implementing the Verilog-a simulation model of OLED according to claim 1 or 8, wherein the step 4) further comprises representing the curve-fitting polynomial and the transition equation in the Verilog-a language.
11. The method for implementing the Verilog-a simulation model of OLED according to claim 1, wherein the step 4) further comprises fitting each of the regions separately according to the Verilog-a expression.
12. The method for implementing the Verilog-a simulation model of OLED according to claim 1, wherein the step 5) further comprises simulating the model and outputting the verification result.
13. A computer readable storage medium having stored thereon computer instructions, characterized in that said computer instructions when executed perform the method steps of implementing the Verilog-a simulation model of an OLED according to any one of claims 1 to 14.
14. An apparatus for implementing Verilog-a simulation model of OLED, comprising a memory and a processor, wherein the memory stores computer instructions running on the processor, and the processor executes the computer instructions to execute the method steps of implementing Verilog-a simulation model of OLED according to any one of claims 1 to 14.
CN201911263604.4A 2019-12-11 2019-12-11 Method for realizing Verilog-A simulation model of OLED Active CN110991062B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911263604.4A CN110991062B (en) 2019-12-11 2019-12-11 Method for realizing Verilog-A simulation model of OLED

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911263604.4A CN110991062B (en) 2019-12-11 2019-12-11 Method for realizing Verilog-A simulation model of OLED

Publications (2)

Publication Number Publication Date
CN110991062A true CN110991062A (en) 2020-04-10
CN110991062B CN110991062B (en) 2022-07-15

Family

ID=70092170

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911263604.4A Active CN110991062B (en) 2019-12-11 2019-12-11 Method for realizing Verilog-A simulation model of OLED

Country Status (1)

Country Link
CN (1) CN110991062B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050155004A1 (en) * 2003-12-18 2005-07-14 Mitiko Miura Simulation model for design of semiconductor device, thermal drain noise analysis method, simulation method, and simulation apparatus
CN102607771A (en) * 2012-02-23 2012-07-25 中山大学 Simulation method and system for online detection of hydrogen leakage
CN110133505A (en) * 2018-02-05 2019-08-16 南京湛研能源科技有限公司 A kind of power battery charging and discharging state observation method based on variable parameter model

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050155004A1 (en) * 2003-12-18 2005-07-14 Mitiko Miura Simulation model for design of semiconductor device, thermal drain noise analysis method, simulation method, and simulation apparatus
CN102607771A (en) * 2012-02-23 2012-07-25 中山大学 Simulation method and system for online detection of hydrogen leakage
CN110133505A (en) * 2018-02-05 2019-08-16 南京湛研能源科技有限公司 A kind of power battery charging and discharging state observation method based on variable parameter model

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
宗绍鑫等: "用于微显示的顶发射OLED的SPICE仿真模型研究,《光子学报》,宗绍鑫等用于微显示的顶发射OLED的SPICE仿真模型研究", 《光子学报》 *
陈武刚: "基于提升LTPS-AMOLED驱动电路性能的研究", 《中国优秀硕士学位论文全文库 信息科技辑》 *

Also Published As

Publication number Publication date
CN110991062B (en) 2022-07-15

Similar Documents

Publication Publication Date Title
CN103105571B (en) Simulated measurement method of current characteristics of insulated gate bipolar transistor
CN110673010B (en) Method and device for measuring and calculating grid internal resistance of power semiconductor device
CN104849645A (en) MOSFET degeneration assessment method based on Miller platform voltage, and MOSFET residual life prediction method applying the method
Liu et al. A variable capacitance based modeling and power capability predicting method for ultracapacitor
CN103116656B (en) Based on circuit fault diagnosis system and its implementation of fault logic interpreter
CN114371409A (en) Training method of battery state prediction model, and battery state prediction method and device
Yang A comparative study of supercapacitor capacitance characterization methods
CN112491096A (en) Method and system for generating power grid simulation analysis examples
CN103364703B (en) The quick evaluating method of reliability under the many stress of LED
Manganiello et al. FPGA implementation of the EIS technique for the on-line diagnosis of fuel-cell systems
CN103064010A (en) Parameter estimation method for artificial circuit fault component based on Hilbert-Huang transforming (HHT)
CN110991062B (en) Method for realizing Verilog-A simulation model of OLED
CN108509729B (en) Simulation method and system for post-irradiation characteristics of circuit of BJT device
CN116451622B (en) Voltage waveform acquisition method and storage medium
CN108233356B (en) Consistency evaluation method and evaluation platform for photovoltaic inverter controller
CN111090938B (en) OLED sub-circuit model
US20160146871A1 (en) Method of determining capacitance value of capacitor while taking applied alternating voltage into consideration, and program
CN102495384B (en) Transition resistance simulation device of on-load tap-changer of transformer
CN111175629A (en) Method for rapidly detecting performance of surge suppression circuit
CN106547985B (en) Application of SignalCalc in excitation system static model identification
US8554529B2 (en) Black box model for large signal transient integrated circuit simulation
JP2013206841A (en) Analysis method for flashover
CN113092863B (en) Method and device for measuring and calculating internal resistance of grid electrode of power device and storage medium
Beznia et al. Accurate estimation of analog test metrics with extreme circuits
CN115078952B (en) IGBT driving fault detection method and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 2305, Yingying building, No. 99, Tuanjie Road, yanchuang Park, Nanjing area, China (Jiangsu) pilot Free Trade Zone, Nanjing, Jiangsu Province

Applicant after: Nanjing Huada Jiutian Technology Co.,Ltd.

Address before: 210032 8 Floor, Block A, Chuangzhi Building, 17 Xinghuo Road, Jiangbei New Area, Nanjing, Jiangsu Province

Applicant before: NANJING JIUXIN ELECTRONIC TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant