Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 788 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 788 Bytes

Tydi-lang compiler v2

Compile Tydi-lang source code to a json representation of the typed streaming hardware. The generated json file can be further transformed to Chisel with Tydi-Chisel tool.

Build

  1. Install Rust toolchain.
  2. Run cargo build in the folder which contains Cargo.toml.
  3. Go to target/debug to find the binary file tydi-lang-complier.
  4. Type tydi-lang-complier -h to see available commands.

Syntax

Tydi-lang syntax file is here

Relative papers