core-v-mcu icon indicating copy to clipboard operation
core-v-mcu copied to clipboard

Remove global header files from IPs

Open zarubaf opened this issue 3 years ago • 1 comments

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!

zarubaf avatar Apr 11 '21 13:04 zarubaf

@gmartin102 believes this issue has been resolved (or will be when #191 is merged in). Assigning to me to check.

MikeOpenHWGroup avatar Nov 12 '21 16:11 MikeOpenHWGroup