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.
- Install Rust toolchain.
- Run
cargo build
in the folder which containsCargo.toml
. - Go to
target/debug
to find the binary filetydi-lang-complier
. - Type
tydi-lang-complier -h
to see available commands.
Tydi-lang syntax file is here