CircuitGenGenerator namespace
Contents
- Reference
Functions
- auto runGenerationFromJsonForGraph(std::string json_path) -> std::vector<ResultGraph>
- auto runGenerationFromJsonForPath(std::string json_path) -> std::vector<ResultPath>
- void runGenerationFromJson(std::string json_path)
- auto runChiselGeneration(std::string chisel_path, std::string project_root) -> bool
- auto getVersion() -> CIRCUITGENGENERATOR_EXPORT std::string