Skip to content

Latest commit

 

History

History
 
 

kimchi-visu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Kimchi-visu

This is a tool made to help visualize a circuit as an HTML table.

To use it, simply call the [visu] function with an optional witness:

kimchi_visu::visu(&index, Some(witness));

You can reuse the implementation in src/main.rs and call it as:

$ cargo run --bin kimchi-visu

The SRS is supposed to be in the parent directory. Create a symlink if you encounter SRS loading issue:

ln -s $(pwd)/../../srs $(pwd)/../srs