fusesoc
add_ip_from_fusesoc(CORE_FILE **kwargs)
This function imports an IP fusesoc core file and convert it to an SoCMake HWIP.
This function will convert FuseSoC .core (YAML) files to SoCMake CMakeLists.txt. The IP will be added to the IP_LIB, by formatting the information coming from the .core file, to add and link the IP with it different file sets. Unfortunately, this function does not resolve dependencies between different .core file, so the IPs that need to be linked with.
Parameters
| Name | Type | Description |
|---|---|---|
CORE_FILE | string | Path to the fusesoc core file |