synthesize_verilog
Convert Verilog hardware description code into optimized gate-level netlists for FPGA implementation using synthesis tools.
Instructions
Synthesize Verilog code using Yosys for various FPGA targets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verilog_code | Yes | The Verilog source code to synthesize | |
| top_module | Yes | Name of the top-level module | |
| target | No | Target technology (generic, ice40, xilinx, intel) | generic |