Closed Granp4sso closed 1 month ago
Add some doc in hw/xilinx/README.md#custom-ips on how to import new custom IPs and use the RVM socket
E.g., comments such as which ports are supported by the RVM socket should be in this documentation or
The directory name must match the ip name in hw/xilinx/ips/common. Specifically, it must start with custom_; Use the custom_top_wrapper.sv file in the hw/units/template directory and fill the fetch_sources.sh script to retrieve the rtl sources for the custom IP.
[feature/core_integration] Add support for RISC-V cores and custom units.