Sometimes an IP block needs to be delivered without SoCMake build scripts and without the targets that generate HDL files.
Similar to the concept of installation of C++ executable and libraries in CMake, it should be replicated to SoCMake IP blocks
Currently, there is copy_rtl_files implementation that copies all the generated and source files into a new directory.
It would be nice to have an implementation that is more consistent with CMake
Sometimes an IP block needs to be delivered without SoCMake build scripts and without the targets that generate HDL files.
Similar to the concept of installation of C++ executable and libraries in CMake, it should be replicated to SoCMake IP blocks
Currently, there is copy_rtl_files implementation that copies all the generated and source files into a new directory.
It would be nice to have an implementation that is more consistent with CMake