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