Close
0%
0%

Memristor Computing

Exploring memristor fabrication and design techinques

Similar projects worth following
The purpose of this project is to find techniques to fabricate reliable memristors and to apply them in a computing device.

I started theorizing different applications for memristors, mainly in crossbar arrays, around two years ago. Here I plan to publish my findings and ideas with the hope that someone with more ability and resources at their disposal can make something interesting out of it. All of these functions so far rely on the logical IMPLY function, which can be achieved by applying a read/condition voltage to one memristor and a write/set voltage to another. As the IMPLY function is a universal logic functions, all logic functions can be derived from a series of condition and set voltages.

  • Spike Impulses and Three State Memristors

    andrew12/05/2015 at 19:04 0 comments

    I've come across two research papers that have caused me to rethink my previous designs. The first outlines using a single memristor to perform all logic operations via spike operations. The second outlines how a memristor with two detectable hysteresis curve can be used to store more than two values.

    The paper outlining single memristor logic carries a lot of weight for me. Using the short-term memory effect of the memristor, and several other neurological processes that have been adapted electronically (blocking out noise stimuli, for example), input registered as voltage spikes will have a corresponding current spike. Like implication logic, these spike impulses work by performing a basic memristive operation to whichever state is present in the memristor's short term memory. The paper also covers reversible logic operations within one memristor, which would add another feature to this architecture. This is all well and good, but the paper is riddled with grammatical and spelling errors. Additionally, some figures are not properly captioned, casting confusion over the entire spike impulse process. Regardless, I feel that this may be an easy way to greatly simplify my prior designs. One needed feature will be converting the resulting current spikes into voltage spikes, and additionally storing this data as a different resistive state for the long term.

    A second IV curve may be accessed via higher voltage and a slower sweep, as shown by the second research paper. This second state occurs with an inverted IV curve relative to the first IV curve. In addition to being proofread, this paper gives explanations as to the electrochemical interactions taking place inside of the memristor.

    I am going to occupy my time with familiarizing myself with the content of these papers and trying to apply their techniques to this project. At the very least, I'll have my previous implication logic system if this ends up being a dead end.

    http://gnusha.org/~nmz787/pdf/Boolean_Logic_Gates_from_a_Single_Memristor_via_Low-Level_Sequential_Logic.pdf

    http://pubs.acs.org/doi/10.1021/acsnano.5b02752

  • IMPLY Voltage Controller

    andrew10/05/2015 at 04:19 0 comments

    Here's a peak at something I've been playing around with:

    This circuit can be used to perform imply based logic functions. I've been implementing the previously posted digital instruction set. If anyone wants the exact spice file I'm using, message me. Each pair of transmission gates sends the corresponding Condition and Set signals required to perform imply operations. By moving downward sequentially, the correctly timed signals manipuate the memristor crossbar array connected to the vertical wires. This operation can be compared to the rotating barrel in a music box striking the correct notes at the correct time when directional force is appled. Different logic functions are grouped into sections.

    There are two ways I'm thinking of to trigger each row. One way would be to have a clock increment a binary decoder for the corresponding instruction, moving execution line to execution line with each clock cycle. Another method would be to have a decoder trigger the first execution line in an instruction, then have a delay buffer inbetween each execution line move through the steps automatically until the last step is completed. The first execution signal and the last, delayed execution signal could be used to switch a basic latch to indicate whether the memristor controller is busy or ready. This would facilitate asynchronous operation in a system.

    My starting point for the design of this controller was diode based ROM. Each addressed row of diodes provides the correct data output. If someone were to intergrate an EEPROM into a full grid of transmission gates, different logic functions could be microcoded. This opens up interesting possibilites for programmable logic.

    Being that this memristor controller can store and process data, a basic CPU of sorts could be made with an X by X sized grid of these controllers. This grid of memristor controller units would have a 1:1 ratio of processing power to storage, FPGA technology could be used to route signals from one controller to another. Additionally, if each controller shares their vertical wires with a common bus, mass instruction propagation may be performed. This can be used to perform content addressable memory operations (compare word-length blocks of controllers with search key using an equality function).

    I have come up with a timing set for ternary operations, but I'm not going to manually enter it into a grid in a blogposting. At the moment, it resides in an excel file. Message me if you're interested in seeing this. If anyone has any suggestions for secure and free filesharing solutions please let me know.

    While I have put a lot of effort into material implication based memristor designs, there are other, possibly more efficient methods of processing with memristors. I plan on investigating as many of these methods as I can. This paper in particular covers many different memristor processing methods.

  • Well needed update

    andrew09/22/2015 at 15:53 0 comments

    It's been a while since I've had anything to say. There are a couple of good reasons for this, but more on that later.

    First, I'd like to make some observations on memristor technology in general. I took a very long break from working with memristors because most of the research is either blocked by an academic paywall or going straight into military applications.

    As you can see in the profile picture for this project, I tried my hand at memristor fabrication on my own. Following the advice of the nice guys in the beam robotics mailing list, I oxidized copper and connected it with an aluminum foil terminal. All of the devices show worked for about a week, until I burnt them out. One interesting effect that observed was that each memristor device would oscillate at a descending frequency when attached to an amplifier. Aside from demonstrating the memristor effect, these devices were useless. Every professionally made memristor that I've seen (I am no expert, I am probably incorrect with this information) doesn't have a solid reliability rate. Several papers have asserted that the true memristor has not been found yet, and may be physically impossible. I'm not sure about impossible, but I can't imagine this technology diffusing into the public sector until several improvements are made to the memristor fabrication process. This hampers my own research, as I can only make designs on paper and simulations in LTspice. I'm confident that the field will expand and mature, much as transistors did in the early 60s.

    Finally, I realize that I've yet to make any substantial publicaitons of my own designs. This has been partially because of my busy schedule in college, but mostly out of sheer laziness. Additionally, I can never find a satisfactory settling point for my own work. I published the digital timing set mainly because my own design is based around ternary logic. More recently, I've been researching reversible computing and see a lot of potential for it to mesh with my own work. In this week I will publish an overview paper of my work.

    Until next time!

  • Digital Logic Functions

    andrew08/26/2015 at 21:06 0 comments

    Greetings!

    Here I have attached a table of condition and set voltages that may be stepped through to perform digital logic operations on a crossbar array. I have checked the results by hand, but have been unable to replicate them in spice (due to a lack of knowledge with ltspice and model creation...) or in real life. Please contact me if you have any applications for my work that are fruitful.

    Logic operationCommentsABW0W1W2W3
    Q
    Invert (A/B)Clear RegistersClear
    IMPLY (A/B) to QConditionSet
    NANDClear RegistersClear
    IMPLY A to QConditionSet
    IMPLY B to QConditionSet
    ANDClear RegistersClearClear
    NAND A and B to W0ConditionSet
    ConditionSet

    IMPLY W0 to QConditionSet
    ORClear RegistersClearClearClear
    IMPLY A to W0ConditionSet
    IMPLY B to W1ConditionSet
    NAND W0 and W1 to QConditionSet
    ConditionSet
    NORClear RegistersClearClearClearClear
    IMPLY A to W0ConditionSet
    IMPLY B to W1ConditionSet
    NAND W0 and W1 to W2ConditionSet
    ConditionSet
    IMPLY W2 to QConditionSet
    XORClear
    ClearClearClearClear
    NAND A and B to W0ConditionSet
    ConditionSet
    NAND A and W0 to W1ConditiontSet
    Conditionset
    NAND B and W0 to W2ConditionSet
    ConditionSet
    NAND W1 and W2 to QConditionSet

    ConditionSet
    XNORClear RegistersClearClearClearClear
    NAND A and B to W0ConditionSet
    ConditionSet
    NAND A and W0 to W1ConditionSet

    ConditionSet
    NAND B and W0 to W2ConditionSet
    ConditionSet
    NAND W1 and W2 to W3ConditionSet
    ConditionSet
    IMPLY W3 to QConditionSet

View all 4 project logs

Enjoy this project?

Share

Discussions

andrew wrote 02/20/2016 at 19:04 point

That would be much appreciated, Alex! This project has been on hiatus due to life events and a lack of reliable hardware to model around, you would be giving it the shot in the arm that it direly needs. I will be contacting you soon.

  Are you sure? yes | no

Alex Nugent wrote 02/19/2016 at 17:44 point

Hey guys, I just came across this project. If you need some memristors, contacts us over at knowm.org with your address and I will send you some complimentary BS-AF-W memristors to hack with. 

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates