dchakra336 / ROBDD-to-crossbar

Implementation of mapping ROBDDs to memristive crossbar circuits

Home Page:https://ieeexplore.ieee.org/abstract/document/7927093

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile .cpp file, requires C++11:

g++ -std=c++11 buddy_adder.cpp -o adder -lbdd

buddy_adder.cpp : C++ file to define Boolean formulae to be computed, contains template and explanation to realize custom Boolean formulae

robdd_to_xbar.py : Python file to map ROBDD to crossbar matrix

About

Implementation of mapping ROBDDs to memristive crossbar circuits

https://ieeexplore.ieee.org/abstract/document/7927093


Languages

Language:Python 51.3%Language:C++ 48.7%