Skip to content

Files

Latest commit

07e1691 · Apr 11, 2019

History

History

Benchmarks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 19, 2018
May 19, 2018
May 19, 2018
Apr 11, 2019
May 19, 2018
May 19, 2018
May 19, 2018
Apr 11, 2019
May 19, 2018
May 19, 2018
May 19, 2018
May 19, 2018
May 19, 2018
May 19, 2018
May 19, 2018
May 19, 2018
May 19, 2018
May 19, 2018
May 19, 2018
May 19, 2018
Apr 11, 2019
Apr 11, 2019
Apr 11, 2019

Benchmarks

This directory contains implementations of benchmark functions for 2-party GC.

For multi-party benchmarks visit here.

Compile a benchmark

Go inside benchmark, where benchmark is the name of the function and compile the benchmark to generate the netlist:

	$ cd benchmark
	$ ./compile

By default, it creates benchmark_syn.v in the directory benchmark/syn.

To compile all the benchmarks run compile_all. It will save the compiled files in a directory named syn_all