From 2b7d2dc58f45b782b8763cc18194aa1df2c23cfd Mon Sep 17 00:00:00 2001 From: Jan <20126033+JanLJL@users.noreply.github.com> Date: Sat, 23 Sep 2017 18:38:40 +0200 Subject: [PATCH] Delete README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 9f96d0d..0000000 --- a/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# OSACA -### Open Source Architecture Code Analyzer - -This tool allows automatic instruction fetching of assembly code, auto-generating of testcases for assembly instructions creating latency and throughput benchmarks on a specific instruction form and thorughput analysis and throughput prediction for a inner-most loop code snippet. - -## Getting started -### *Dependencies:* -- [Python](https://www.python.org/) 3.5.2 or higher -- [pandas](http://pandas.pydata.org/) 0.18.1 or higher -- [NumPy](http://www.numpy.org/) 1.11.1 or higher -- [kerncraft](https://github.com/RRZE-HPC/kerncraft) 0.4.11 or higher