Browse Source

Add GHA badge

master
T. Meissner 3 years ago
parent
commit
7540c3d2bf
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      README.md

+ 4
- 2
README.md View File

@ -1,7 +1,9 @@
[![simulation](https://github.com/tmeissner/cryptocores/workflows/test/badge.svg?branch=master)](https://github.com/tmeissner/cryptocores/actions?query=workflow%3Atest)
# cryptocores # cryptocores
cryptography ip-cores in vhdl / verilog
Cryptography IP-cores & tests written in VHDL / Verilog
The components in this repository are not intended for productional code.
The components in this repository are not intended as productional code.
They serve as proof of concept, for example how to implement a pipeline using 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 only (local) variables instead of (global) signals. Furthermore they were used
how to do a VHDL-to-Verilog conversion for learning purposes. how to do a VHDL-to-Verilog conversion for learning purposes.


Loading…
Cancel
Save