7 releases
Uses old Rust 2015
0.1.6 | Apr 6, 2017 |
---|---|
0.1.5 | Jan 19, 2017 |
0.1.2 | Dec 23, 2016 |
0.1.1 | Nov 14, 2016 |
#5 in #hdl
370KB
9K
SLoC
The Rox Programming Language
Rox is a programming language aimed at describing hardware. The compiler translates source code into synthesizable VHDL.
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.
Guide
The Rox guide gives an overview of the current state of Rox.
The roadmap gives an indication of the next features that will be implemented.
Building from source
-
Make sure you have installed:
cargo
git
rustc
-
Clone the source with
git
:git clone https://gitlab.com/tspiteri/rox.git cd rox
-
Build:
cargo build --release
-
Install: Once you build, you can copy the generated executable
rox
to a directory in your path.
Running
The rox
executable will read a list of files and output a VHDL for
each component defined in the files. For more help run:
rox --help
Dependencies
~19MB
~444K SLoC