Hello.
I am trying to instantiate a new module in the design. I added it to xml and instantiate it in
chipset_impl.v.pyv.
The project generates the correct wires and the module is connected. However, when I boot Linux, the bootROM uart prints the message with errors and the booting stops. If I remove the SD from XML or my new module, then design works correctly and fully boots Linux. I think that somehow the instantiation creates errors to NoC, is that possible? Do I have to modify the total number of devices (if there is such a variable)?
Thank you!
Dimitris Andronikou