From 517237cfeca67ac15a63b054d329e20b9ca735a2 Mon Sep 17 00:00:00 2001 From: "T. Meissner" Date: Sun, 4 Sep 2016 12:39:46 +0200 Subject: [PATCH] Created Readme.md file --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ac388e --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# cryptocores +cryptography ip-cores in vhdl / verilog + +The components in this repository are not intended for productional code. +They serve as proof of concept, for example how to implement a pipeline using +only (local) variables instead of (global) signals. Furthermore they were used +how to do a VHDL-to-Verilog conversion for learning purposes.