Skip to content

Commit a9c2913

Browse files
committed
[readme] add github action workflow
1 parent 64be3f3 commit a9c2913

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
**A Tiny and Platform-Independent True Random Number Generator for _any_ FPGA (and even ASICs).**
44

5+
[![neoTRNG simulation](https://github.com/stnolting/neoTRNG/actions/workflows/main.yml/badge.svg)](https://github.com/stnolting/neoTRNG/actions/workflows/main.yml)
56
[![Release](https://img.shields.io/github/v/release/stnolting/neoTRNG)](https://github.com/stnolting/neoTRNG/releases)
67
[![License](https://img.shields.io/github/license/stnolting/neoTRNG)](https://github.com/stnolting/neoTRNG/blob/main/LICENSE)
78
[![DOI](https://zenodo.org/badge/430418414.svg)](https://zenodo.org/badge/latestdoi/430418414)
@@ -347,6 +348,9 @@ The GHDL waveform data is stored to `sim/neoTRNG_tb.ghw` and can be viewed using
347348
neoTRNG/sim$ gtkwave neoTRNG_tb.ghw
348349
```
349350

351+
A simple simulation run is executed by the project's
352+
[`neoTRNG-sim` GitHub action workflow](https://github.com/stnolting/neoTRNG/actions).
353+
350354
## References
351355

352356
* Kumar, Sandeep S., et al. "The butterfly PUF protecting IP on every FPGA." 2008 IEEE International Workshop

0 commit comments

Comments
 (0)