HardwareIR / netlistDB

netlistDB - Intermediate format for digital hardware representation with graph database API
MIT License
29 stars 2 forks source link

Merge with netlistDB #2

Closed Nic30 closed 5 years ago

Nic30 commented 5 years ago

I did some netlist database to demonstrate some parallel algorithms. However the project is exactly what hardwareIr is going to be. I do strip some features which are using openMP and other to have minimal library.

NetlistDB is focused on simplicity while remaining efficiency. It also contains functionality which you would expect from graph database (as a separate library from the core), like graph pattern match, path/cycle search, subgraph replace and others.

Bad thing that I still have to write one paper more and finish the issues there https://github.com/Nic30/ovs-cls/issues. But I probably post it like it is and strip the redundant functionality on the fly.

Nic30 commented 5 years ago

b68080ca51987cf1786a83aaf76e3017f336ea01