HEP-SoC / SoCMake

CMake based hardware build system
https://hep-soc.github.io/SoCMake/
GNU Lesser General Public License v3.0
8 stars 1 forks source link

Deprecate ip_assume_last() #59

Closed Risto97 closed 1 month ago

Risto97 commented 2 months ago

This is a very questionable practice and should be removed. When creating targets full name of the IP library should be used instead, or use ${IP} variable that is set after add_ip() call.

Update documentation and examples as well: