Skip to main content
Erschienen in: Journal of Computational Electronics 3/2020

Open Access 29.05.2020

Modelling resistive and phase-change memory with passive selector arrays: a MATLAB tool

verfasst von: Yasir J. Noori, C. H. De Groot

Erschienen in: Journal of Computational Electronics | Ausgabe 3/2020

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
download
DOWNLOAD
print
DRUCKEN
insite
SUCHEN
loading …

Abstract

Memristor devices are crucial for developing neuromorphic computers and next-generation memory technologies. In this work, we provide a comprehensive modelling tool for simulating static DC reading operations of memristor crossbar arrays that use passive selectors with matrix algebra in MATLAB. The software tool was parallel coded and optimised to run with personal computers and distributed computer clusters with minimised CPU and memory consumption. We study the effect of changing the line resistance, array size, voltage selection scheme, selector diode’s ideality factor, reverse saturation current and sense resistance on the electrical behaviour and expected sense margin of a conventional one-diode-one-resistor crossbar arrays. We then investigate the effect of single- and dual-side array biasing and grounding on the dissipated current throughout the array cells. The tool we offer to the memristor community and the studies we present enable the design of larger and more practical memristor arrays for application in data storage and neuromorphic computing.
Hinweise

Electronic supplementary material

The online version of this article (https://​doi.​org/​10.​1007/​s10825-020-01504-7) contains supplementary material, which is available to authorized users.

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

1 Introduction

Inspired by the brain intelligence and its capability in efficient information processing, recently proposed technologies for realising artificial synapses have widely been based on memristors [13]. Artificial synapses have the potential to achieve major breakthroughs in the field of neuromorphic computing for applications in artificial intelligence and machine learning. In addition, CMOS-based resistive RAMs (ReRAM) and non-volatile phase-change memories (PCM) are being developed by major industrial players, such as Intel and Micron Technology, for applications in the memory-storage space, motivated by their scalable device footprint and high switching speed [47]. The roadmap of phase-change memories anticipates the technology to bridge the gap between the fast but low bit density dynamic random access memory (DRAM) and the slow but relatively higher bit density flash technology in a hybrid memory system [810].
Memristor architectures are primarily based around the crossbar array structure. The simplicity of crossbar arrays can allow the realisation of high device density in two and three-dimensions whilst enabling low fabrication and production costs [1114]. However, designing functional memristive crossbar arrays require rigorous quantitative electrical analysis of the system to assess its performance. While there have been considerable efforts to model crossbar arrays in the past, in most attempts, the selector device parameters were not included in the models. Most of these crossbar array modelling have been done using the SPICE modelling tool [1517]. However, modelling large memory arrays above a megabit requires extensive computational power with SPICE [18]. Although SPICE is a compact tool that is optimised for modelling electronic circuits, the nature of node analysis makes it slow for modelling very large circuit arrays [19]. Therefore, a highly parallelised MATLAB tool that can perform the array simulation with matrix algebra utilising large supercomputer clusters, makes modelling future high-density memory arrays much more practical for research and commercial purposes.
There are two aspects to the novelty of this work. Firstly, we are providing a parallelised open-source software tool for the memristor scientific community that can be used to model memristor crossbar arrays with passive selector devices. This work follows from the theoretical work of An Chen which proposes a crossbar array model that incorporates both line resistance and array terminal resistances [20]. Secondly, we extend his work by utilising the Lambert-W function for simulating reading operations of selector diode-memristor crossbar arrays. We incorporate the selector diode’s ideality factor, reverse saturation current and temperature as parameters that can be simulated using the algorithm of the tool. Compared to previous works, this is the first work that shows a simulation of a comprehensive list of all the input parameters of an array, while focusing on optimising its performance based on the fundamental selector parameters, under different read schemes.
The code of the tool we provide was made to run on supercomputer clusters utilising the MATLAB distributed computing server toolbox. The code is optimised to reduce memory and CPU usage to allow the simulation of many megabit memory arrays in a time that is orders of magnitude shorter than what SPICE can achieve. In order to evaluate the performance of the tool, we present a quick overview of the background theory and method of the modelling tool and propose different simulation scenarios and the results that it can output for each in one-diode-one-memristor arrays (1D1R) setup. We also present more details related to programming the tool and optimising its efficiency in section IV.

2 Method

A \(m \times n\) crossbar array such as the one shown in Fig. 1, can be modelled using Kirchhoff’s current equation at every junction point, as demonstrated in Fig. 2. There are two equations that model the current flow through the corresponding word line (WL) and bit line (BL) at every junction
$$\begin{aligned} & I_{\text{WL}} \left( {i,j} \right) = I\left( {i,j} \right) + I_{\text{WL}} \left( {i,j + 1} \right) \\ & I_{\text{BL}} \left( {i,j} \right) = I\left( {i,j} \right) + I_{\text{BL}} \left( {i - 1,j} \right) \\ \end{aligned}$$
(1)
These can be written in terms of the voltages at each junction for WL and BL. This produces six equations, four of which relate to cells at the edges of the array where their voltages correspond to the applied voltage at both sides of the WL (\(V_{{{\text{App}\_\text{WL1}}}}\) and \(V_{{{\text{App}\_\text{WL2}}}}\)) and BL (\(V_{{{\text{App}\_\text{BL1}}}}\) and \(V_{{{\text{App}\_\text{BL2}}}}\)). These equations can be written in matrix form using MATLAB. We refer the reader to the appendix of ref [20] for a fully detailed mathematical listing of the equations and the simulation algorithm.
Figure 3 illustrates graphically the input parameters that are required for the code to solve the voltages and currents in the circuit. The output parameters that can be found using this tool include the array’s junction currents \(I\left( {i,j} \right)\), \(I_{\text{WL}} \left( {i,j} \right)\), \(I_{\text{BL}} \left( {i,j} \right)\), junction voltages \(V_{\text{WL}} \left( {i,j} \right)\), \(V_{\text{BL}} \left( {i,j} \right)\), making it possible to calculate leakage current, cell power dissipation and sense margin. The tool can also be used to visually represent the variation of those values throughout a crossbar array to demonstrate the effects of the input parameters, as will be shown later.
Rectifying diodes are strong selector candidates for crossbar resistive switching memory systems. Modelling a selector diode in series with a memristor device requires solving the non-linear equation that arises due to the selector. To model a 1D1R crossbar array, we propose using the Lambert-W function (also known as the omega function). The cell schematic modelled in this work is a selector diode connected in series with a constant resistor representing a high- or low-resistance memristive state, as shown in Fig. 4.
Banwell and Jayakumar [21] used the Lambert-W function to model a diode-resistor circuit as shown in Eq. 2
$$I \approx \frac{{\eta V_{T} }}{R}W\left( {\frac{{I_{s} R}}{{\eta V_{T} }}e^{{\frac{{V_{c} }}{{\eta V_{T} }}}} } \right)$$
(2)
where the thermal voltage \(V_{T} = \frac{{k_{B} T}}{q}\), \(V_{C}\) is the potential difference across a cell, \(I_{s}\) is the reverse saturation current, \(\eta\) is the selector’s ideality factor, \(R\) is the resistance of the memristor device, \(k_{B}\) is Boltzmann’s constant, \(T\) is the device temperature and \(q\) is the electron’s charge. This can be derived from the original diode formula (Eq. 3) as shown in Ref. [21].
$$I = I_{s} \left( {e^{{\frac{{V_{D} }}{{\eta V_{T} }}}} - 1} \right)$$
(3)
where \(V_{D}\) is the potential difference across the diode. The advantages of using the Lambert-W function is that it is pre-implemented and optimised in MATLAB, making it an ideal method to be used in this tool. The tool works by initially setting \(V_{C}\) to be equivalent to the applied voltage, \(V_{{{\text{app}\_\text{WL}}}}\). The equivalent resistances of the cells’ resistor and diode are calculated through the differential of Eq. 2 with respect to \(V_{C}\). The new array resistances are then feedbacked to the code, and a new set of array WL and BL voltages are calculated. The equivalent resistance of every cell is then calculated using the new set of voltages. This process is repeated until a solution is obtained, as shown in Fig. 5. An illustration diagram showing the proposed 12 state scenarios of a memory array for evaluating the tool found where the change in node voltages between two iterations is within an acceptable error, i.e. the solution must converge.
Simulating large memory arrays is repetitive, in the sense that it involves a great number of loops that scales dramatically as the simulated array’s size is increased. For-loops were extensively used in this tool for building the input matrices (matrices A, B, C, D and E from the appendix of ref [20]) of the simulation and finding the voltage solution. To optimise the speed of the process, the tool was coded to utilise multi-core processors using for-loops of the type “parfor”. The parfor-loop type can be utilised by installing the “MATLAB Parallel Computing Toolbox”. In this tool, parfor-loops were found to use 100% of all available processer’s time when executed, demonstrating the efficiency of parallel processing in this tool which makes it ideal for use in supercomputers. In addition, storing all the data generated during the simulations requires an extensive amount of memory. To overcome this, the data was stored using matrices of the type “sparse” to ensure the storage memory is not wasted in storing zero matrix elements. This allowed reducing the memory requirements from over 40 GB for 40 × 40 arrays to 2 GB for 1000 × 1000 arrays.
To evaluate the results obtained from our tool and to assess its validity, the effect of line resistance, array size and voltage selection scheme on the apparent resistance were tested quantitatively. These are particularly important in designing dense and large crossbar memory arrays. We designed a tool testing protocol that characterises the electrical performance of the array using several possible memory state scenarios. The results from these scenarios should give a general qualitative overview of the expected results from any other possible array state, including best- and worst-case scenarios, the protocol is illustrated in Fig. 5. In our testing protocol, there are a total of twelve scenarios that can be run in parallel and produce apparent resistance values. In the twelve scenarios, six of those are made to measure the resistance of the cells located at the closest corner to the voltage source and ground \(\left( {1,1} \right)\), while the other six scenarios are made to measure that for the cell located at the furthest corner, \(\left( {m,n} \right)\). Both scenario groups are dedicated to measuring the apparent resistance of the selected cell (\(R_{\text{select}} )\) when it is high and low, while the unselected cells (\(R_{\text{unselect}} )\) are at high, low and random states.
The apparent resistance of \(R_{\text{select}}\) is calculated by dividing the voltage difference between the applied potential at the selected WL and voltage at the sense resistor (\(R_{\text{sens}} )\) by the total current collected through selected BL’s end
$$R = \left( {\frac{{V_{{{\text{app}\_\text{WL}}}} - V_{{{\text{sens}\_\text{BL}}}} }}{{\mathop \sum \nolimits_{k = 0}^{m} I\left( {k,j_{R} } \right)}}} \right)$$
(4)
The key figure of merit that needs to be considered in the design of selector devices is the sense margin, which determines the smallest sense voltage window for reading operations. This is identified as the percentage difference between the sense voltages for a cell’s low and high-resistance states normalised to the input voltage.
In a \(m \times n\) crossbar array, there can be \(2^{m \times n}\) distinct digital states for the matrix. In a read operation, the worst-case scenario is defined as the scenario when the sense margin is minimum. This occurs when the voltage drop across \(R_{\text{sens}}\) is the smallest while \(R_{\text{select}} = R_{\text{low}}\) and the voltage drop is the largest when the \(R_{\text{select}} = R_{\text{high}}\). The worst-case scenario involves selecting the cell that is located at the furthest corner from the voltage source and ground, due to the finite WL and BL resistance. In our simulations, the sense margin is calculated using the change in voltage dropped across the sense resistor between scenarios 8 and 9 [16, 22]. This should not be confused with the worst-case scenario for write operations which involves selecting the cell at the furthest corner from the voltage source and ground, while all \(R_{\text{unselect}} = R_{\text{low}}\). Hence, in our model, the sense margin is calculated as:
$${\text{sense}}\;{\text{margin}}\;\left( \% \right) = \frac{{\left( {V_{{{\text{sens}\_\text{BL}\_\text{sc8}}}} \left( j \right) - V_{{{\text{sens\_BL\_sc9}}}} \left( j \right)} \right) \times 100}}{{V_{{{\text{app\_WL}}}} \left( i \right)}}$$
(5)
To ensure that the software tool is working as expected, we performed several tests to calculate the apparent resistance of \(R_{\text{select}}\) from the 12 scenarios described previously. The results for a 100 × 100 array that contains one resistor and one diode component in every cell are shown in Fig. 6. The calculated apparent resistance values for scenarios 1, 3, 5, 7, 9 and 11 are plotted in red, representing that in these scenarios \(R_{\text{select}} = R_{\text{high}}\). On the other hand, the apparent values for scenarios 2, 4, 6, 8, 10 and 12 are plotted in blue, representing \(R_{\text{select}} = R_{\text{low}}\). The input parameters here were chosen deliberately to obtain a sparse range of calculated resistances for results evaluation. Unless stated otherwise, Table 1 lists all the input parameters for all the simulations that were done in this work.
Table 1
The input parameters that were chosen for the simulations results that are presented in this paper
Input parameters
Value
Input parameters
Value
\(R_{\text{low}}\)
\(10 \;{\text{k}}\Omega\)
\(V_{{{\text{app\_WL1\_selected}}}}\)
\(1\; {\text{V}}\)
\(R_{\text{high}}\)
\(1\;{\text{M}}\Omega\)
\(V_{{{\text{app\_WL1\_unselected}}}}\)
\(0.5 \;{\text{V}}\)
\(R_{{{\text{sens\_WL1}}}}\)
\(10 \;\Omega\)
\(V_{{{\text{app\_WL2\_selected}}}}\)
\(0 \;{\text{V}}\)
\(R_{{{\text{sens\_WL2}}}}\)
\(100\;{\text{M}}\Omega\)
\(V_{{{\text{app\_WL2\_unselected}}}}\)
\(0 \;{\text{V}}\)
\(R_{{{\text{sens\_BL1\_unselected}}}}\)
\(10 \;\Omega\)
\(V_{{{\text{app\_BL1\_selected}}}}\)
\(0 \;{\text{V}}\)
\(R_{{{\text{sens\_BL1\_selected}}}}\)
\(1\;{\text{k}}\Omega\)
\(V_{{{\text{app\_BL1\_unselected}}}}\)
\(0.5 \;{\text{V}}\)
\(R_{{{\text{sens\_BL2\_unselected}}}}\)
\(100\;{\text{M}}\Omega\)
\(V_{{{\text{app\_BL2\_selected}}}}\)
\(0 \;{\text{V}}\)
\(R_{{{\text{sens\_BL2\_selected}}}}\)
\(100\;{\text{M}}\Omega\)
\(V_{{{\text{app\_BL2\_unselected}}}}\)
\(0 \;{\text{V}}\)
Diode temperature (T)
300 K
  
In all the next simulations, the line resistance for WL \((R_{\text{WL}} )\) and BL \((R_{\text{BL}} )\) were chosen to be the same for simplicity and will be symbolised as \(R_{l}\), but they can be independently adjusted in the tool. All the simulations were done using a square array for simplicity, however, arbitrary-shaped 2D arrays can also be simulated. The iterative simulation process for these results was stopped after reaching an error smaller than 0.01%. This threshold error was chosen because this value is small enough for a proof that the code is outputting correct and reproducible results. Increasing the accuracy further will not make any change to the presented results in the figures. We found that increasing the accuracy by a factor of 100 will approximately double the simulation time.
We concentrate mainly on simulating the common V/2 and V/3 read selection scheme. In the V/2 scheme, all the unselected WL and BL are biased at half the selected cell’s read voltage. Hence, most of the leakage current is expected to be due to the half-selected cells. Those are the cells that share the BL with the selected cell, see Fig. 1. The V/3 scheme involves biasing all the unselected WL at V/3, while all the unselected BL are biased at 2 V/3. In a similar way to the V/2 scheme, the leakage current for the V/3 is primarily generated from all the partially selected cells that share BL with the selected cell.

3 Results and discussion

To demonstrate the reliability of the results obtained from this tool, Fig. 6 shows the general trend of the calculated apparent resistance and indicated the values obtained from every scenario. The results show that the apparent resistance for the scenarios where \(R_{\text{select}} = R_{\text{high}}\) are split into three groups corresponding to those when the unselected cells are at low-, random- and high-resistance states. When \(R_{\text{unselect}} = R_{\text{high}}\), the apparent resistance was calculated to be the largest. On the other hand, when \(R_{\text{unselect}} = R_{\text{low}}\), the apparent resistance was calculated to be smallest. This is due to the large current contributed from each individual half-selected cell, i.e. the unselected cells that share the BL with the selected cell. The apparent resistance calculated when the cell is at a random state falls in between the extremes mentioned above. In each of the three groups where \(R_{\text{select}} = R_{\text{high}}\), there are two scenarios that have close apparent resistances, corresponding to scenarios where the selected cell is located at the closest \(\left( {1,1} \right)\) and furthest corners \(\left( {100, 100} \right)\) to the voltage source and ground. i.e. the small difference in apparent resistance observed between scenarios 7 and 1, 11 and 5, and finally, 9 and 3 is related to the effect of line resistance.
The effect of line resistance is much more obvious for scenarios where \(R_{\text{select}} = R_{\text{low}}\). Figure 6 shows two groups of apparent resistances corresponding to the location of the selected cell. Scenarios 8, 12 and 10 that select cell \(\left( {100,100} \right)\), show larger apparent resistance in comparison with that obtained from scenarios 2, 6 and 4 that select \(\left( {1,1} \right)\), due to the effect of line resistance. The contribution of half-selected cells is much less influential when the selected cell has resistance \(R_{\text{low}}\).
The line resistance \(R_{l}\) was swept from 20 to \(1 \;\Omega\) for a 100 × 100 1D1R array read using the V/2 scheme. Reducing \(R_{l}\) reduces the gap between the apparent resistance calculated for scenarios 8, 12 and 10 and scenarios 2, 6 and 4, as shown in Fig. 7. The line resistance was found to have a much smaller effect on the apparent resistance calculated for scenarios where \(R_{\text{select}} = R_{\text{high}}\). This is due to the large resistance ratio between the selected cell and line resistance when the former equals \(R_{\text{high}}\) compared to that when it equals \(R_{\text{low}}\). It is easy to notice that the apparent resistance calculated when \(R_{\text{select}} = R_{\text{high}}\) is much smaller than its actual resistance. This is expected to be the case as the array size increases.
Increasing the array size increases the number of half-selected cells and the total current contributed from them, therefore reducing the apparent resistance. We simulated the 12 scenarios for four different array sizes to investigate that, and the results are plotted in Fig. 8. When the array size is changed from 10 × 10 to 200 × 200, the apparent resistance when the selected cell is high was reduced by an order of magnitude. Therefore, this dramatically reduces the gap between the apparent resistance for high and low resistance state selected cells, hence reducing the sense margin. The low apparent resistance for \(R_{\text{high}}\) selected cells can be increased for an array by optimising the array’s selector parameters, which will be investigated later.
The choice of the voltage selection scheme can play a key role in determining the array’s electrical behaviour in reading operations. We used the tool to plot the apparent resistance calculated for the 12 scenarios using the V/2 and V/3 selection schemes. Figure 9 shows a greater difference in the apparent resistance between scenarios where the selected cell is \(R_{\text{high}}\) and \(R_{\text{low}}\) for the V/3 scheme, compared to that for the V/2 scheme. This is because the current contributed by the partially selected cells that share the BL with the selected cell is much smaller in the first scheme than in the latter, due to the smaller potential difference across those cells and the presence of the non-linear selector. The increase in resistance observed in those scenarios is caused due to smaller current leakage through unselected \(R_{\text{low}}\) cells that share the BL with \(R_{\text{select}}\). In addition, another feature of the V/3 scheme makes unselected cells that constitute the vast majority of cells in the array reversed biased. The reverse biasing nature of the V/3 select scheme makes it more suitable for rectifying diodes than for the V/2 scheme. The difference in the apparent resistance between scenarios where \(R_{\text{select}} = R_{\text{high}}\) in the V/3 scheme is smaller than that for the V/2 scheme. This means that the state of unselected cells becomes less important for the V/3 selection scheme. This is expected to be the case due to the smaller potential difference across the partially selected cells in the V/3 scheme compared to the V/2 scheme, where their selectors play a key role in greatly reducing the current when the input voltage is reduced to V/3.
Ideally, a selector in a crossbar array switches on sharply at a voltage higher than V/2 (in the V/2 scheme) but lower than the read voltage V. However, the IV characteristics of a diode in series with a resistor follows Eq. 2, plotted in Fig. 10, as the selector’s reverse saturation current, \(I_{s}\), ideality factor, \(\eta\), and temperature, T, are changed. Therefore, optimising the selector requires optimising \(I_{s}\), \(\eta\) and T to obtain the maximum sense margin from the V/3 and V/2 reading voltage schemes. We first plotted the sense margin as a function of \(I_{s}\), as shown in Fig. 11. We found that for \(I_{s}\) ranging from \(10^{ - 14}\) to \(10^{ - 10}\) the sense margin peaks around \(I_{s} = 10^{ - 12} A\) at 7.1% for the V/3 scheme, while it peaks near \(I_{s} = 10^{ - 13} A\) at 5.8% for the V/2 scheme. The sense margin reduces as \(I_{s}\) is increased or decreased for both schemes. When \(I_{s}\) is too large, the ratio of currents contributed by partially selected cells to that contributed by the fully selected cell will increase, therefore increasing the sense voltage read from scenario 9, where the selected cell is at a high resistance state, in comparison with scenario 8, hence reducing the sense margin. On the other hand, when \(I_{s}\) is too small, the read voltage from scenario 8, where the selected cell is at low resistance state will reduce, hence reducing the sense margin. This also explains the similar behaviour observed in Fig. 12. The simulations in the latter figure were done by fixing \(I_{s}\) to the value at which the maximum sense margin was achieved in the previous figure while adjusting \(\eta\). Increasing \(\eta\) has a similar effect on the IV characteristics as that in decreasing \(I_{s}\) as was demonstrated in Fig. 10, and vice versa. We found that the sense margin is optimised at \(\eta = 1.5\) and \(\eta = 1.7\) in the V/3 and V/2 schemes, respectively. However, the sense margin reduces as \(\eta\) is deviated away from those values. In addition, according to Eq. 2, changing T has a very similar effect to changing \(\eta\). There are significant differences between the curves obtained from the V/3 and V/2 selection schemes. Firstly, the optimum sense margin for the V/3 scheme is larger than that for the V/2 scheme. Secondly, the sense margin optimum points along the \(I_{s}\) and \(\eta\) axis were different for the two schemes. Thirdly, the widths of the curves are also different for the two schemes, making the V/3 scheme more robust to fluctuations in the selector characteristics that may arise due to fabrication problems. To better illustrate this behaviour, we plot a 3D diagram showing the sense margin changing as a function of a range of different \(I_{s}\) and \(\eta\) for the V/3 selection scheme, see Fig. 13. A similar behaviour can be shown using the selection scheme V/2, see Fig. 14.
In designing a crossbar memristor array, the dependence of \(V_{{{\text{sens\_BL}}}}\) on \(R_{\text{sens}}\) should be studied in order to optimise the sense margin. Choosing very large \(R_{\text{sens}}\) reduces the sense margin due to increased RMS noise voltage (\(v_{{{\text{n\_RMS}}}}\)), otherwise known as Johnson–Nyquist noise. This can be calculated using Eq. 6
$$v_{{{\text{n\_RMS}}}} = \sqrt {4k_{B} TR_{\text{sens}} \Delta f}$$
(6)
where \(\Delta f\) is the operations bandwidth. For example, choosing \(R_{\text{sens}} = 1 \;{\text{M}}\Omega\), i.e. equivalent to \(R_{\text{high}}\), \(v_{{{\text{n\_RMS}}}}\) becomes higher than \(4\; {\text{mV}}\), when operated at \(T = 300 \;{\text{K}}\) and \(\Delta f = 1 \;{\text{GHz}}\). This tool does not take the Johnson–Nyquist noise effect on the sense margin into consideration, because it can be ignored for relatively small resistors. On the other hand, choosing \(R_{\text{sens}}\) to be orders of magnitude smaller than \(R_{\text{low}}\) reduces the sense margin due to the reduction in measured potential drop. This also increases the required sensitivity for performing voltage reads. In Fig. 15, we show the sense margin increases with increasing \(R_{{{\text{sens\_BL1}}}} /R_{\text{low}}\) in a converging way. The result shows a larger sense margin obtained using the V/3 selection scheme, compared to the V/2 selection scheme as expected from the previous results.
We used the tool to plot the current dissipated through each cell in a 100 × 100 selector-memristor array at a random state. In this test, we compare the effect of biasing the array from both sides and from a single side of the WL on the overall current dissipated through the cells. Figure 16 shows four different current maps. We start by a single-side biasing, where the voltage source is located on the left-hand side of the array, such that \(V_{{{\text{app\_WL1}}}} \left( i \right) = 1\), and the array is grounded through \(R_{{{\text{sens\_BL1}}}}\). The sense resistors on the other sides of WL and BL were set to \(R_{{{\text{sens\_BL2}}}} \left( i \right) = R_{{{\text{sens\_WL2}}}} \left( i \right) = 100 \;{\text{M}}\Omega\). Figure 16a shows that the largest current dissipates at the top left corner at cell \(\left( {1,1} \right)\). Because this cell is located the closest to the voltage source and ground, therefore, it has no line resistance along its shortest current path. On the other hand, cell \(\left( {100,100} \right)\) has the maximum line resistance along its path contributed by both the WL (\(R_{\text{WL}}\)) and BL (\(R_{\text{BL}}\)). Figure 16b shows the same array biased from both sides of the WL, such that \(V_{{{\text{app\_WL1}}}} \left( i \right) = V_{{{\text{app\_WL2}}}} \left( i \right) = 1\) and \(R_{{{\text{sens\_WL2}}}} \left( i \right) = 10 \;\Omega\). With a single-side grounding, the current reduces for cells further away from the grounding side. This is caused by larger line resistance along the path of cells furthest away from the grounding side. In this arrangement, between the low-resistance state cells, the cell that dissipates the least current should be \(\left( {100,50} \right)\), because it is the furthest from both sides of the dual-side biased WL. Similarly, when the array is biased from a single side and grounded from both sides, the cell that dissipates the least current is \(\left( {50,100} \right)\), as shown in Fig. 16c. The current dissipated in cases (b) and (c) is quantitatively symmetrical in this simulation, except that the trend is rotated by 90 degrees, however, this is only the case because \(R_{\text{WL}} = R_{\text{BL}}\) in those simulations. With dual-side biasing and dual-side grounding, the ratio between the largest and smallest current dissipated by a cell is reduced to 1.36 compared to 2.4 when the single-side bias and ground case is applied. In other words, dual biasing and grounding can help to improve the current dissipation uniformity throughout the cell, especially for arrays that suffer from relatively high \(R_{l}\) values. The current is much lower for high-resistance state cells as can be demonstrated by the navy coloured points showing currents off the scale’s minimum. A similar plot can be made using this tool to demonstrate the effect of the finite line resistance on the node voltages \(V_{\text{WL}}\) and \(V_{\text{BL}}\) and the power dissipated in every cell.

4 Discussion and summary

To give a brief indication of the processing time this tool takes, the 1D1R selector-memristor tool was used to simulate a 1000 × 1000 array using a PC with 6 core, 12 threaded Intel Core i7 running at 3.5 GHz with a 40 GB DDR3 memory. In this setup, a single array state simulation took approximately 30 min. A single simulation of a 100 × 100 array typically takes 30 s to 5 min on the same PC, depending on the number of iterations needed to simulate a specific array state and achieve the required accuracy. The processing time needed to simulate larger matrices is expected to increase linearly, due to the efficiency in using processor’s time, however, practical simulation of many Mb arrays may become only efficient through supercomputer clusters.
The tool can also be used to simulate arrays of different shapes based on the input resistance matrix. While in this work, the WL and BL resistance had a single value, the code can be adjusted to include a matrix of WL and BL resistance to accurately simulate real memristive arrays. The selectors’ parameters are chosen to be identical for all the cells in the array, which may not be the case in practice. The code can be developed to allow the selectors’ parameters to be input as matrices with sizes equivalent to that of the array, and calculations for the current through each cell is done considering their corresponding selector parameters. In addition, the resistances of the memristor array can also be input as a matrix of arbitrary resistances. This allows the tool to be used to simulate cells of multistate resistances for neuromorphic computing applications.
The choice behind the values of \(R_{\text{low}}\) and \(R_{\text{high}}\) used in these simulations was motivated by other research works demonstrating that those values are within the expected resistance range of high- and low-resistance states for phase-change memory devices. An example is those based on electroplated GeSbTe (GST), which triggered our work in this field [13, 23, 24]. Based on the optimised selector parameters we have proposed in this work, there are different materials that can be used to successfully realise many kbits arrays with an achievable sense margin beyond 30%. For example, silicon diodes are known to have \(\eta\) between 1 and 2 and \(I_{s}\) in the range of \(10^{ - 12} A\) [25]. However, material compatible selectors to GST such as those based on chalcogenides can also be proposed. There have been several research works demonstrating ovonic threshold switching as a technology for realising selectors for resistive and phase-change memory arrays. The electrical characteristics of GeSe ovonic threshold switches were shown to be highly tunable with doping material and concentration, which makes them versatile for GST phase-change memory applications [2630]. In addition, GeTe6 was shown to have excellent electrical properties, but may not meet the thermal stability needed [3135]. This is also subject to the memristor and selector device dimensions which is expected to be very small for commercialised technologies. However, we anticipate that our tool is highly flexible to keep up with simulating memristor arrays as the field progresses and different device electrical properties are explored.
In summary, we developed a MATLAB-based tool that allows performing electronic analysis of 1D1R arrays. The tool demonstrated the important effects of line resistance, voltage array size, selection scheme and selector’s ideality factor and reverse saturation current on the successful design of memristor arrays. The work explored different array state scenarios to investigate the contribution of sneak paths on the apparent resistance recorded for 100 × 100 memristor array as the line resistance, array size and bias scheme are changed. We demonstrated the expected behaviour of sense margin as the selectors’ ideality factor, reverse saturation current and sense resistance are changed for the V/2 and V/3 biasing schemes for GST phase-change memristors combined with silicon diodes or ovonic threshold switching selectors. Finally, 2D maps were plotted to show the importance of correct biasing and grounding of an array on the current distribution uniformity throughout the array.

Acknowledgements

This work was funded by the EPSRC programme grant ADEPT – Advanced Devices by ElectroPlaTing, EPSRC reference: EP/N035437/1.
Open AccessThis article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://​creativecommons.​org/​licenses/​by/​4.​0/​.

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Anhänge

Electronic supplementary material

Below is the link to the electronic supplementary material.
Literatur
1.
Zurück zum Zitat Burr, G.W., Shelby, R.M., Sebastian, A., Kim, S., Kim, S., Sidler, S., Virwani, K., Ishii, M., Narayanan, P., Fumarola, A., Sanches, L.L., Boybat, I., Le Gallo, M., Moon, K., Woo, J., Hwang, H., Leblebici, Y.: Neuromorphic computing using non-volatile memory. Adv. Phys. X 2, 89–124 (2017). https://doi.org/10.1080/23746149.2016.1259585 CrossRef Burr, G.W., Shelby, R.M., Sebastian, A., Kim, S., Kim, S., Sidler, S., Virwani, K., Ishii, M., Narayanan, P., Fumarola, A., Sanches, L.L., Boybat, I., Le Gallo, M., Moon, K., Woo, J., Hwang, H., Leblebici, Y.: Neuromorphic computing using non-volatile memory. Adv. Phys. X 2, 89–124 (2017). https://​doi.​org/​10.​1080/​23746149.​2016.​1259585 CrossRef
5.
Zurück zum Zitat Lai, S.: Current status of the phase change memory and its future. In: IEEE International Electron Devices Meeting 2003 (2003) Lai, S.: Current status of the phase change memory and its future. In: IEEE International Electron Devices Meeting 2003 (2003)
12.
Zurück zum Zitat Kim, K.-H., Gaba, S., Wheeler, D., Cruz-Albrecht, J.M., Hussain, T., Srinivasa, N., Lu, W.: A functional hybrid memristor crossbar-array/CMOS system for data storage and neuromorphic applications. Nano Lett. 12, 389–395 (2012). https://doi.org/10.1021/nl203687n CrossRef Kim, K.-H., Gaba, S., Wheeler, D., Cruz-Albrecht, J.M., Hussain, T., Srinivasa, N., Lu, W.: A functional hybrid memristor crossbar-array/CMOS system for data storage and neuromorphic applications. Nano Lett. 12, 389–395 (2012). https://​doi.​org/​10.​1021/​nl203687n CrossRef
13.
Zurück zum Zitat Huang, R., Kissling, G.P., Kashtiban, R., Noori, Y.J., Cicvarić, K., Zhang, W., Hector, A.L., Beanland, R., Smith, D.C., Reid, G., Bartlett, P.N., de Groot, C.H.: Towards a 3D GeSbTe phase change memory with integrated selector by non-aqueous electrodeposition. Faraday Discuss. 213, 339–355 (2019). https://doi.org/10.1039/C8FD00126J CrossRef Huang, R., Kissling, G.P., Kashtiban, R., Noori, Y.J., Cicvarić, K., Zhang, W., Hector, A.L., Beanland, R., Smith, D.C., Reid, G., Bartlett, P.N., de Groot, C.H.: Towards a 3D GeSbTe phase change memory with integrated selector by non-aqueous electrodeposition. Faraday Discuss. 213, 339–355 (2019). https://​doi.​org/​10.​1039/​C8FD00126J CrossRef
19.
23.
Zurück zum Zitat Bartlett, P.N., Benjamin, S.L., de Groot, C.H., Hector, A.L., Huang, R., Jolleys, A., Kissling, G.P., Levason, W., Pearce, S.J., Reid, G., Wang, Y.: Non-aqueous electrodeposition of functional semiconducting metal chalcogenides: Ge2Sb2Te5 phase change memory. Mater. Horizons. 2, 420–426 (2015). https://doi.org/10.1039/C5MH00030K CrossRef Bartlett, P.N., Benjamin, S.L., de Groot, C.H., Hector, A.L., Huang, R., Jolleys, A., Kissling, G.P., Levason, W., Pearce, S.J., Reid, G., Wang, Y.: Non-aqueous electrodeposition of functional semiconducting metal chalcogenides: Ge2Sb2Te5 phase change memory. Mater. Horizons. 2, 420–426 (2015). https://​doi.​org/​10.​1039/​C5MH00030K CrossRef
26.
Zurück zum Zitat Avasarala, N.S., Govoreanu, B., Opsomer, K., Devulder, W., Clima, S., Detavernier, C., Van Der Veen, M., Van Houdt, J., Henys, M., Goux, L., Kar, G.S.: Doped GeSe materials for selector applications. In: European Solid-State Device Research Conference, pp. 168–171 (2017). https://doi.org/10.1109/ESSDERC.2017.8066618 Avasarala, N.S., Govoreanu, B., Opsomer, K., Devulder, W., Clima, S., Detavernier, C., Van Der Veen, M., Van Houdt, J., Henys, M., Goux, L., Kar, G.S.: Doped GeSe materials for selector applications. In: European Solid-State Device Research Conference, pp. 168–171 (2017). https://​doi.​org/​10.​1109/​ESSDERC.​2017.​8066618
27.
Zurück zum Zitat Kim, S.-D., Ahn, H.-W., Shin, S.Y., Jeong, D.S., Son, S.H., Lee, H., Cheong, B.-K., Shin, D.W., Lee, S.: Effect of Ge concentration in GexSe1-x chalcogenide glass on the electronic structures and the characteristics of ovonic threshold switching (OTS) devices. ECS Solid State Lett. 2, Q75–Q77 (2013). https://doi.org/10.1149/2.001310ssl CrossRef Kim, S.-D., Ahn, H.-W., Shin, S.Y., Jeong, D.S., Son, S.H., Lee, H., Cheong, B.-K., Shin, D.W., Lee, S.: Effect of Ge concentration in GexSe1-x chalcogenide glass on the electronic structures and the characteristics of ovonic threshold switching (OTS) devices. ECS Solid State Lett. 2, Q75–Q77 (2013). https://​doi.​org/​10.​1149/​2.​001310ssl CrossRef
28.
Zurück zum Zitat Avasarala, N.S., Donadio, G.L., Witters, T., Opsomer, K., Govoreanu, B., Fantini, A., Clima, S., Oh, H., Kundu, S., Devulder, W., Van Der Veen, M.H., Der, Houdt, Van, J., Heyns, M., Goux, L., Kar, G.S., Leuven, K.U.: Half-threshold bias I off reduction down to nA range of thermally and electrically stable high-performance integrated OTS selector, obtained by Se enrichment and N-doping of thin GeSe layers. Symp. VLSI Circuits Dig. Tech. Pap. 32, 2017–2018 (2018). https://doi.org/10.1007/s10021-006-0105-2 CrossRef Avasarala, N.S., Donadio, G.L., Witters, T., Opsomer, K., Govoreanu, B., Fantini, A., Clima, S., Oh, H., Kundu, S., Devulder, W., Van Der Veen, M.H., Der, Houdt, Van, J., Heyns, M., Goux, L., Kar, G.S., Leuven, K.U.: Half-threshold bias I off reduction down to nA range of thermally and electrically stable high-performance integrated OTS selector, obtained by Se enrichment and N-doping of thin GeSe layers. Symp. VLSI Circuits Dig. Tech. Pap. 32, 2017–2018 (2018). https://​doi.​org/​10.​1007/​s10021-006-0105-2 CrossRef
29.
Zurück zum Zitat Govoreanu, B., Donadio, G.L., Opsomer, K., Devulder, W., Afanasv, V.V., Witters, T., Clima, S., Avasarala, N.S., Redolfi, A., Kundu, S., Richard, O., Tsvetanova, D., Pourtois, G., Detavemier, C., Goux, L., Kar, G.S.: Thermally stable integrated Se-based OTS selectors with > 20 MA/cm2 current drive, > 3.103 half-bias nonlinearity, tunable threshold voltage and excellent endurance. Dig. Tech. Pap. Symp. VLSI Technol. 21, T92–T93 (2017). https://doi.org/10.23919/VLSIT.2017.7998207 CrossRef Govoreanu, B., Donadio, G.L., Opsomer, K., Devulder, W., Afanasv, V.V., Witters, T., Clima, S., Avasarala, N.S., Redolfi, A., Kundu, S., Richard, O., Tsvetanova, D., Pourtois, G., Detavemier, C., Goux, L., Kar, G.S.: Thermally stable integrated Se-based OTS selectors with > 20 MA/cm2 current drive, > 3.103 half-bias nonlinearity, tunable threshold voltage and excellent endurance. Dig. Tech. Pap. Symp. VLSI Technol. 21, T92–T93 (2017). https://​doi.​org/​10.​23919/​VLSIT.​2017.​7998207 CrossRef
30.
Zurück zum Zitat Shin, S.-Y., Choi, J.M., Seo, J., Ahn, H.-W., Choi, Y.G., Cheong, B., Lee, S.: The effect of doping Sb on the electronic structure and the device characteristics of Ovonic Threshold Switches based on Ge-Se. Sci. Rep. 4, 7099 (2015). https://doi.org/10.1038/srep07099 CrossRef Shin, S.-Y., Choi, J.M., Seo, J., Ahn, H.-W., Choi, Y.G., Cheong, B., Lee, S.: The effect of doping Sb on the electronic structure and the device characteristics of Ovonic Threshold Switches based on Ge-Se. Sci. Rep. 4, 7099 (2015). https://​doi.​org/​10.​1038/​srep07099 CrossRef
33.
35.
Zurück zum Zitat Koo, Y., Baek, K., Hwang, H.: Te-based amorphous binary OTS device with excellent selector characteristics for x-point memory applications. In: 2016 IEEE Symposium on VLSI Technology, pp. 1–2. IEEE (2016) Koo, Y., Baek, K., Hwang, H.: Te-based amorphous binary OTS device with excellent selector characteristics for x-point memory applications. In: 2016 IEEE Symposium on VLSI Technology, pp. 1–2. IEEE (2016)
Metadaten
Titel
Modelling resistive and phase-change memory with passive selector arrays: a MATLAB tool
verfasst von
Yasir J. Noori
C. H. De Groot
Publikationsdatum
29.05.2020
Verlag
Springer US
Erschienen in
Journal of Computational Electronics / Ausgabe 3/2020
Print ISSN: 1569-8025
Elektronische ISSN: 1572-8137
DOI
https://doi.org/10.1007/s10825-020-01504-7

Weitere Artikel der Ausgabe 3/2020

Journal of Computational Electronics 3/2020 Zur Ausgabe

Neuer Inhalt