Skip to content

Commit

Permalink
[readme] add github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 4, 2024
1 parent 64be3f3 commit a9c2913
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

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

A simple simulation run is executed by the project's
[`neoTRNG-sim` GitHub action workflow](https://github.com/stnolting/neoTRNG/actions).

## References

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

0 comments on commit a9c2913

Please sign in to comment.