abs-tudelft / Tydi-tools

A docker image with all Tydi tools included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tydi-tools

The Docker image resulting from the Dockerfile in this repository is meant to contain all Tydi related tooling, so you can easily get started with Tydi based development.

The tools included, together with the necessary software to run them, are:

  • Tydi-lang – Tydi-lang compiler
  • Tydi-lang-2-Chisel – A Tydi-lang-IR to Chisel transpiler
  • Tydi-Chisel – The Scala library for integrating Tydi concepts inside Chisel
  • TIL-JSON – A tool for automatically generating a JSON to Tydi streams parser
    Note: not actively maintained anymore
  • TIL – The Tydi Intermediate Representation to VHDL compiler
    Note: not actively maintained anymore

The container contains some example files for a simple passthrough to test with. The commands to compile this project to Verilog from the Tydi-lang description are as follows:

tydi-lang-complier -c tydi_passthrough_project.toml
tl2chisel output/ output/json_IR.json
scala-cli output/json_IR_generation_stub.scala output/json_IR_main.scala

Commands will look similar for a custom project. See the details of the specific tools for configuration specifics.

The following commands are available inside the container:

  • Tydi tools
    • tydi-lang-complier
    • tl2chisel
    • til-demo
    • json_hierachy
  • Java/scala tools
    • cs
    • java
    • scala-cli
    • sbt
  • Chisel tools
    • firtool
  • Other tools
    • graphviz

About

A docker image with all Tydi tools included.


Languages

Language:Dockerfile 100.0%