Giter Club home page Giter Club logo

tydi-chisel's Introduction

Tydi-Chisel

Tydi (Typed dataflow interface) is an open specification for streaming dataflow designs in digital circuits, allowing designers to express how composite and variable-length data structures are transferred over streams using clear, data-centric types.

Chisel (Constructing Hardware in a Scala Embedded Language) is a high-level open-source hardware description language (HDL).

With Tydi as data-streaming communication flow specification and Chisel as flexible implementation, an interface-driven design method can be followed.

Tydi-Chisel is an implementation of Tydi interfaces and concepts in Chisel.

Concretely, it contains:

  • Expressing Tydi stream interfaces in Chisel
    • Including nested stream support
    • Being able to work with the detailed bundles inside your components
    • Compliant with Tydi-standard for communication with components created outside of Chisel
    • Helper functions for common signal use-cases
  • A Tydi-lang-2-Chisel transpiler
    to convert Tydi interfaces described in Tydi-lang-2 to Chisel code utilizing the Tydi-Chisel library.
    • A reverse-transpiler to share your Tydi-Chisel code as Tydi-lang-2 code
  • A stream-processing component chaining syntax
  • Testing utilities
    • chisel-test driver for Tydi stream interfaces.
  • Helper components
    • A complexity converter that can convert any incoming stream to the lowest source complexity
      * Not all complexity conversion steps are included yet
    • A multi-processor or interleaving component that splits a multi-lane stream into multiple single lane streams for easy processing, merging them again after.

Related Tools

  • tydi-lang-2
    A tool for converting Tydi-lang code to a json representation of all logic types, streamlets, and implementations
  • tydi-lang-2-chisel
    Consequtively converts the json tydi definitions to Chisel code utilising Tydi-Chisel
  • Tydi repository
    Contains Tydi standard documentation and first implementation of a compiler.

tydi-chisel's People

Contributors

ccromjongh avatar

Stargazers

Martin Schoeberl avatar Asherah Connor avatar meta avatar zhenwei avatar Jiuyang Liu avatar Sander in 't Hout avatar Kamyar Mohajerani avatar Raffaele Meloni avatar  avatar  avatar  avatar

Watchers

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