Giter Site home page Giter Site logo

fpga_transceiver's Introduction

My Image

Usage

Dependencies

hdlmake, make, cocotb, vivado, modelsim, python

Installation

Clone repository:

git clone --recurse-submodules https://github.com/RDSik/FPGA_transceiver.git

Download pip:

https://pip.pypa.io/en/latest/installation/

Download packages:

pip install six
pip install hdlmake
pip install cocotb
pip install pytest

Download make (add to PATH system variable the Make bin folder: C:\Program Files (x86)\GnuWin32\bin):

winget install GnuWin32.make

Build project

Build trasceiver:

cd syn
hdlmake
make

Build only vivado project:

cd syn
hdlmake
make project

Simulation

Vivado simulation using hdlmake:

cd top/sim/vivado
hdlmake
make

Modelsim simulation using hdlmake:

cd top/sim/modelsim
hdlmake
make

Icarus simulation using cocotb:

python3 -m venv myenv
.\myenv\Scripts\activate.ps1
cd sim\cocotb
pytest test.py
cd .\sim_build_transceiver
gtkwave .\transceiver_top.vcd
deactivate

fpga_transceiver's People

Stargazers

 avatar

Watchers

 avatar

fpga_transceiver's Issues

Create cocotb testbench for top level

  1. Написать тест с использованием cocotb
  2. Написать такой tb, чтобы учитывался конечный автомат для UART модулей

Create sine generator and tb

Создать отдельный модуль для генерации отсчетов положительного и отрицательного синуса, который будет подавать их в модулятор

Demodulator not working

  1. Очень медленно работает;
  2. Неправильно заполняет регистр после того как все биты записаны;

Create bpsk demodulator and tb

Написать модуль демодулятора на логике обратной модулятору и проверить его

Create bpsk modulator and tb

Создать модулятор на основе мультиплексора, который выбирает между отсчетом положительного и отрицательного синуса, сигнал управления, это входной сигнал с модуля кодирования

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.