GithubHelp home page GithubHelp logo

dvb_fpga_aws's Introduction

DVB S2 transmitter on AWS F1

This is an attempt to define how the dvb_fpga RTL should look like when running on AWS F1 instances. The alternatives below should allow the group to understand pros and cons and decide for the one that best suits the project.

Details on the AWS F1 shell can be found at AWS F1 shell specification

Alternative 1: proof of concept

This alternative is likely the fastest to get up and running at the expense of performance: using the AXI-Lite bus for sending and receiving data. The downstream FIFO could be made into a packet FIFO to allow the host to write to it slowly and then drive the DVB-S2 Tx subsystem at maximum bandwidth.

Interpreting AXI-Lite only needs to be done once, so no converters are needed.

Proof of concept
Alternative 1: Proof of concept

Alternative 2: requires host heavy lifting

In this alternative, the data path is moved to the DMA_PCIS, which allows higher bandwidth but still depends heavily on the host for performance. Data produced by the DVB Tx subsystem is written to DDR and can be read through DMA_PCIS as well.

Generally AXI crossbars are limited to AXI-MM, so converting from/to AXI-MM/AXI-S is required.

Host drives data
Alternative 2: Host drives data

Alternative 3: card is the master

Here the host's work is reduced a bit more. The host prepares the DDR with data + per frame config and configures the AXI data mover to fetch it. Data produced by the DVB-S2 Tx subsystem is written to the same DDR, either on a region that's either configured by the host or determined at synthesis time.

In addition to the AXI-MM/AXI-S converters mentioned above, an AXI data mover is also needed to move data from the DDR to the DVB-S2 Tx subsystem.

Card is the master
Alternative 3: Card is the master

dvb_fpga_aws's People

Contributors

suoto avatar

Stargazers

Timothy avatar

Watchers

James Cloos avatar Bill Reed avatar Paul Williamson avatar Abraxas3d avatar  avatar Frank Brickle, AB2KT/VE7 avatar

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.