core-v-mcu
core-v-mcu copied to clipboard
Remove global header files from IPs
Searching all IP repositories for pulp_soc_defines.sv
(rg -w pulp_soc_defines -g '!core-v-mcu/*'
) leads to:
cluster_interconnect/rtl/peripheral_interco/AddressDecoder_PE_Req.sv
46:`include "pulp_soc_defines.sv"
IPs should be stand-alone and should not depend on includes. Let's refactor and remove them!
@gmartin102 believes this issue has been resolved (or will be when #191 is merged in). Assigning to me to check.