Skip to content

ellie-bee/griv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRIV

Graph Reduction In Verilog

Graph reduction is a method of evaluating expressions. Here I implement a graph reduction machine in System Verilog, along with a compiler to turn a lambda calculus based language into an intermediate representation suitable for the GRIV machine.

Usage

Clone this repo to get both GRIV and GRIVc

git clone https://github.com/ellie-bee/griv_main.git

grivc

build with Make

make all

Once built, you can run the tests using make test. The compiled binary for grivc is placed into grivc/bin/grivc

griv

None of the RTL has been implemented yet :lmao:

About

Graph Reduction In Verilog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published