Go to file
Guojie Luo 1dde3554d1 Update SyntaxTable again 2022-04-28 20:42:47 +08:00
src Update SyntaxTable again 2022-04-28 20:42:47 +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 Try num-bigint = "0.3.3" 2022-03-25 23:57:15 +08:00
Cargo.toml Try num-bigint = "0.3.3" 2022-03-25 23:57:15 +08:00
LICENSE Add license file 2022-03-25 23:35:04 +08:00
README.md Add license file 2022-03-25 23:35:04 +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

sv-to-llhd

sv-to-llhd: Convert a Verilog file to LLHD.

USAGE:
    sv-to-llhd <input>

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

ARGS:
    <input>    the Verilog file to convert

Dependencies