ariannagavioli / PNG

A Pseudo-Random Noise Sequence Generator VHDL implementation to synthesize on a Zync FPGA for the Digital Systems Design course of University of Pisa, 2019.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pseudo-Random Noise Generator

The aim of this project is to implement a PseudoNoise Generator for CDMA transmissions using the VHDL language and synthesize it on the Zync FPGA. The generator must comply with the following specifications:

  1. the generator must be a 15-stage PN generator;
  2. the generator must follow the characteristic polynomial x^15 + x^13 + x^9 + x^8 + x^7 + x^5 + 1

VHDL implementation

The VHDL implementation is available in the hdl folder.

Tests

After a ModelSim simulation, some tests have been executed on the output of the generator. The test code is available in the Test Material folder.

Documentation

For a better understanding of the project, here's its report.

About

A Pseudo-Random Noise Sequence Generator VHDL implementation to synthesize on a Zync FPGA for the Digital Systems Design course of University of Pisa, 2019.


Languages

Language:VHDL 64.0%Language:Python 36.0%