Rox is a programming language aimed at describing hardware. The compiler translates source code into synthesizable VHDL.
Make sure you have installed the dependencies:
rustc
1.13 or latercargo
gmp
6.1 or latermpfr
3.1 or latergit
Clone the [source] with git
:
sh
$ git clone https://github.com/tspiteri/rox.git
$ cd rox
Build:
sh
$ cargo build --release
Install: Once you build, you can copy the generated executable
rox
to a directory in your path.
The rox
executable will read a list of files and output a VHDL for
each component defined in the files. For more help run:
sh
$ rox --help
Rox is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
See LICENSE-GPL for details.