am trying to integrate a VHDL file using a BlackBox in SpinalHDL. I used addRTLPath(s"./rtl/myDesign.vhd") to include the file, but I’m still getting an error in Verilator that says the module definition of myDesign is not found in Murax.v.
Also, is it correct to add the BlackBox instantiated module as a peripheral in the Murax SoC?