Go to file
Guojie Luo dbecb9889f Make minor modifications 2022-02-27 20:48:09 +08:00
src Make minor modifications 2022-02-27 20:48:09 +08:00
test Add executable x-lint 2022-02-19 15:29:58 +08:00
.gitignore Create a preliminary codegen from CST to LLHD 2022-02-12 21:09:47 +08:00
Cargo.lock Improve process instantiation 2022-02-26 13:53:11 +08:00
Cargo.toml Improve process instantiation 2022-02-26 13:53:11 +08:00
README.md Improve process instantiation 2022-02-26 13:53:11 +08:00

README.md

cst-to-llhd

cst-to-llhd: Convert a Verible concrete syntax tree (CST) to an LLHD graph.

USAGE:
    cst-to-llhd <input>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <input>    CST file in JSON format

x-lint

x-lint: a linter using both CST and LLHD.

USAGE:
    x-lint <input>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <input>    the Verilog file for linting

Dependencies