uakbr / ram

let's simulate ram with nand gates : )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ram

Ever wonder how exactly circuits can "store" information?

This tries to answer that, by simulating ram with nand gates : )

Demo

clj
(require 'ram)
(in-ns 'ram)
(ram-repl)

About

let's simulate ram with nand gates : )


Languages

Language:Clojure 100.0%