What problem does it solve?
Third-party IP integration is error-prone due to mismatched port names, widths, parameter settings, and missing tie-offs; this skill automates generation of consistent, project-convention RTL wrappers to eliminate transcription bugs and speed integration.
Core Features & Use Cases
- Automated wrapper generation from IP-XACT descriptors or datasheets producing rtl/ip_wrappers/{ip_name}_wrapper.sv.
- Enforces project naming and typing conventions (i_/o_/io_ prefixes, logic-only, u_ instance names, clk/rst domain naming) and documents parameter mappings and tie-offs.
- Integrates lint checks (Verible + slang) and stops/escalates on missing descriptors or port-width mismatches.
- Use case: wrapping a vendor SRAM or PHY so its ports map to sys_clk/sys_rst_n with explicit tie-offs and parameter comments for downstream verification.
Quick Start
Ask the rtl-ip-instantiate skill to generate an IP wrapper from the provided IP-XACT or datasheet and output rtl/ip_wrappers/{ip_name}_wrapper.sv.