Accelerating functions in CIRI toolkit
Author & Maintainer: Jinyang Zhang([email protected])
version 1.0: First released version
The code is released under the MIT License. See the LICENSE file for more detail
- rust 1.50.0
- cmake 3.2+
- Install Rust
curl https://sh.rustup.rs -sSf | sh
- Install circtools
git clone --recursive https://github.com/Kevinzjy/circtools.git
cargo build --release
The process should be finished within ~1min.
- Copy compiled binary to somewhere you want, and add it to $PATH
cp ./target/release/ccs your/path
export PATH=your/path:$PATH