Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 698 Bytes

File metadata and controls

15 lines (12 loc) · 698 Bytes

Convolutional Code Generator

Project for the Electronics and Communications Systems course (MSc Computer Engineering @ University of Pisa).

The aim of the project was to design, simulate and synthesize an electronic cicuit which would generate convolutional codes from a given bit sequence.

The hardware description was written in VHDL, the simulation were carried out with Modelsim and the logical synthesis with Vivado.

Structure of project

.
├── diagrams    : draw.io diagrams used inside the report
├── src         : VHDL source code
├── tb          : VHDL testbenches
└── validation  : C++ simulator of a convolutional code simulator