{% extends 'base.html' %} {% from 'components.html' import icon, option %} {% set collections = [('trindade', 'Trindade16', 'Fundamental logic', trindade), ('fontes', 'Fontes18', 'Arithmetic & logic', fontes), ('iscas', 'ISCAS85', 'Combinational circuits', iscas), ('epfl', 'EPFL', 'Arithmetic & control', epfl)] %} {% block content %}
Open benchmark library

Small circuits.
Big possibilities.

Explore circuit layouts for field-coupled nanocomputing.
Find the right benchmark. Build what comes next.

{{ icon('layers') }} {{ "{:,}".format(library_stats.layouts) }}circuit layouts
{{ icon('circuit') }} {{ library_stats.functions }}benchmark functions
{{ icon('grid') }} 2gate libraries
{{ icon('download') }}Get the complete library{{ icon('arrow') }}
01 / Choose your circuits

A starting point for every idea.

{% for key, title, description, benchmarks in collections %}{% endfor %}
{% for key, title, description, benchmarks in collections %}
{{ benchmarks|length }} / {{ benchmarks|length }}
{% for benchmark in benchmarks %} {% endfor %}
{% endfor %}
02 / Explore & download

Your benchmark collection

Finding your benchmarks…
{% for label, key in [('Benchmark', 0), ('Gate library', 2), ('Clocking', 3), ('Algorithm', 4), ('Dimensions', 10), ('File size', 12)] %} {% endfor %}
Matching benchmarks. Activate a column heading to sort; inspect a benchmark for all file details.
File details
{{ icon('layers') }} compressed / uncompressedAll matching files are included in your download.
{{ icon('book') }}
Built for the research community

Good research starts with a shared foundation.

Using MNT Bench in your work? Cite the library to help others build on your results.

Read the technical report {{ icon('external') }}
{% endblock %} {% block dialogs %}
SUPPORT OPEN RESEARCH

Cite MNT Bench

If you use the library in your research, please cite the following publication.

{% raw %}@inproceedings{hofmann2024mntbench,
  author = {Hofmann, Simon and Walter, Marcel and Wille, Robert},
  booktitle = {2024 Design, Automation and Test in Europe (DATE)},
  title = {{MNT Bench}: Benchmarking Software and Layout Libraries for Field-coupled Nanocomputing},
  year = {2024}
}{% endraw %}

Please also consider citing the algorithms used to create your layouts.

BENCHMARK DETAILS

{% endblock %}