Add new files to list in README

This commit is contained in:
Joris van Rantwijk 2020-08-13 16:47:46 +02:00
parent 3acd8b3043
commit d8acfbe985
1 changed files with 14 additions and 12 deletions

View File

@ -49,7 +49,7 @@ Timing results: 250 MHz on Spartan-6 LX45-3
Xoroshiro128+ RNG
------------------
-----------------
Xoroshiro128+ is an RNG algorithm developed in 2016 by David Blackman
and Sebastiano Vigna. The VHDL code matches an updated version of
@ -156,12 +156,14 @@ Timing results: 380 MHz on Spartan-6 LX45-3 (32 bits output)
-----------------
rtl/ Synthesizable VHDL code
rtl/rng_xoshiro128plusplus.vhdl Implementation of Xoshiro128++ RNG
rtl/rng_xoroshiro128plus.vhdl Implementation of Xoroshiro128+ RNG
rtl/rng_mt19937.vhdl Implementation of Mersenne Twister RNG
rtl/rng_trivium.vhdl Implementation of Trivium RNG
sim/ Test benches
sim/Makefile Makefile for building test benches with GHDL
sim/tb_xoshiro128plusplus.vhdl Test bench for Xoshiro128++ RNG
sim/tb_xoroshiro128plus.vhdl Test bench for Xoroshiro128+ RNG
sim/tb_mt19937.vhdl Test bench for Mersenne Twister RNG
sim/tb_trivium.vhdl Test bench for Trivium RNG