From 3aa8b1dd6e0f504ef83da99f8c9cdb2532f948f5 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 13 Sep 2020 23:10:21 +0000 Subject: Initial conversion pass --- ...tRepositories%2Ftest%2Fcoretest_fpga_entropy.md | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 raw-wiki-dump/GitRepositories%2Ftest%2Fcoretest_fpga_entropy.md (limited to 'raw-wiki-dump/GitRepositories%2Ftest%2Fcoretest_fpga_entropy.md') diff --git a/raw-wiki-dump/GitRepositories%2Ftest%2Fcoretest_fpga_entropy.md b/raw-wiki-dump/GitRepositories%2Ftest%2Fcoretest_fpga_entropy.md new file mode 100644 index 0000000..02b3a16 --- /dev/null +++ b/raw-wiki-dump/GitRepositories%2Ftest%2Fcoretest_fpga_entropy.md @@ -0,0 +1,50 @@ +``` +#!htmlcomment + +This page is maintained automatically by a script. Don't modify this page by hand, +your changes will just be overwritten the next time the script runs. Talk to your +Friendly Neighborhood Repository Maintainer if you need to change something here. + +``` + +``` +#!html +

coretest_fpga_entropy

+ +

Coretest system for testing FPGA based entropy source.

+ +

Introduction

+ +

This project is a coretest system dedicated to test entropy sources +within a FPGA device. The specific entropy source is based on a digital +oscillator design by Bernd Paysan. In this entropy source, we use six +instances with different frequencies. The oscillator outputs are +combined to generate a bit value. 32 bit values are combined to create a +random word.

+ +

The system uses the coretest module to read and write 32-bit data to +core, In this case it allows a caller to read generated random 16-bit +values from the entropy source. The 16 bit data is in the LSB of the +word.

+ +

The completc system contains a UART core for external access. The +project contains pin assignments etc to implement the system on a +TerasIC C5G board.

+ +

Implementation details.

+ +

This FPGA system consists of the following components:

+ + + +

There are pin assignments and clock defines for the TerasIC C5G board.

+``` + +[[RepositoryIndex(format=table,glob=test/coretest_fpga_entropy)]] + +| Clone `https://git.cryptech.is/test/coretest_fpga_entropy.git` | +|---| -- cgit v1.2.3