Giter Club home page Giter Club logo

sv_i2s_rx_core's Introduction

Synthesizable SystemVerilog IP-Core of the I2S receiver

This Synthesizable IP-Core of I2S receiver is a SystemVerilog representation of the I2S (audio data format) receiver digital circuit from I2S bus specification document, page 6. The uniqueness of this implementation of the I2S receiver lies in the fact that during the synthesis of the circuit, only the necessary number of D-triggers is generated in accordance with the bit depth of the audio data (DATA_RES), which allows to occupy a minimum of FPGA or CPLD resources.

  • Project structure
    • I2SBUS_Specification.pdf - I2S bus specification document
    • README.md - current file
    • LICENSE - file with license description
    • cntr_module.sv - Synthesizable Digital IP-Core of the Binary Counter
    • decoder_module.sv - Synthesizable Digital IP-Core of the binary to decimal decoder
    • full_sync_dff_module.sv - Synthesizable Digital IP-Core of the Synchronous D-trigger
    • top_i2s_rx_module.sv - file with Top-level module of the I2S receiver Synthesizable Digital IP-Core

top_i2s_rx_module description

  • User constants
    • FRAME_RES - RAW audio frame bit resolution
    • DATA_RES - audio data bit resolution
  • Inputs
    • bck_i - bit clock signal (BCK)
    • lrck_i - left-right channel clock signal (LRCK)
    • dat_i - data bitstream signal (DATA)
  • Outputs
    • left_o - left data output bus
    • right_o - right data output bus

License

MIT

sv_i2s_rx_core's People

Contributors

rubinsteina13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.