pub fn synthesize_from_spec(
spec: &str,
config: &SynthesisConfig,
) -> SynthesisResultExpand description
Synthesize a hardware circuit from an English specification.
This is the top-level entry point that orchestrates the full pipeline:
- Parse the spec and build a kernel-level specification type
- Try tactic-based proof search (try_hw_auto)
- If tactics succeed, extract Verilog from the proof term
- Return the result with proof term and Verilog