LBPHacker
LBPHacker
49 / 2
14th Oct 2016
8th Jul 2018
2048 cell single chamber FRAM. In this demo random values are written to random addresses. Scales pretty well as the more important addressing mechanisms are designed to use constant space rather than logarithmic. *** Added link to the R216K2A.
60hz conv electronic fram electronics subframe filt

Comments

  • Schmolendevice
    Schmolendevice
    14th Oct 2016
    @The8BitPotato 7.4 kB if you count 29 bits per cell, but practically in terms of processor design, the most that will be accessible/addressible is 16 to 24 bits for data, hence 4 kB and 6 kB respectively.
  • danieldan0
    danieldan0
    14th Oct 2016
    noiz +1
  • LBPHacker
    LBPHacker
    14th Oct 2016
    Well, it's scalable. You could build a 256x256 one, it wouldn't care. I built one with 2048 cells because that's how much I needed.
  • The8BitPotato
    The8BitPotato
    14th Oct 2016
    P.S.: I just pulled up the Calculator program, and wow! 7.4 kilobytes in TPT!
  • The8BitPotato
    The8BitPotato
    14th Oct 2016
    Subframe technology is just mind-blowing. It's almost impossible for me to imagine anything in TPT going this fast!! It must be pretty difficult to design these.
  • QuanTech
    QuanTech
    14th Oct 2016
    ayy another lbp save! +1
  • LBPHacker
    LBPHacker
    14th Oct 2016
    It's a Random Access Memory made of FILT. Delving into it deeper, it's Random Access because you read/write any cell whenever you want. That's not the case with Sequential Access Memory, which needs to be rewinded and such (for example audio tapes).
  • niumikus
    niumikus
    14th Oct 2016
    whats a FRAM?
  • cmk20
    cmk20
    14th Oct 2016
    Huh... im still not sure how it works... but it looks pretty :)
  • LBPHacker
    LBPHacker
    14th Oct 2016
    It means that, unlike my previous FRAMs (or any other FRAM on TPT for that matter), it has only a single block of space dedicated to reading/writing data. Take my previous FRAM, for example. It has two blocks, one of which is the storage and the other is where *some* of the reading/writing happens. That means that for 1024 cells of storage you'd have to sacrifice 2048 pixels. In my first computer, there were 4 blocks (lol).