Hello,
I have a VHDL file and it's related *_hw.tcl file and import it as New Component in Plateform Designer.
When I generate HDL in Plateform Designer, there is no problem. It is only when I compile the project in Quartus that I have these errors and warnings the first time:
Error: ipbus_qsys_ipbus_avallon_master_1.ipbus_qsys_ipbus_avallon_master_1: Component ipbus_avallon_master 1.0 not found or could not be instantiated
Warning: ipbus_qsys_ipbus_avallon_master_1.interface_requirements: Your system is missing the required interface "avm_m0". Either export the interface, or edit your definitions in the Interface Requirements tab."
Warning: ipbus_qsys_ipbus_avallon_master_1.interface_requirements: Your system is missing the required interface "clock". Either export the interface, or edit your definitions in the Interface Requirements tab."
Warning: ipbus_qsys_ipbus_avallon_master_1.interface_requirements: Your system is missing the required interface "reset". Either export the interface, or edit your definitions in the Interface Requirements tab."
Warning: ipbus_qsys_ipbus_avallon_master_1.interface_requirements: Your system is missing the required interface "inr_irq0". Either export the interface, or edit your definitions in the Interface Requirements tab."
Warning: ipbus_qsys_ipbus_avallon_master_1.interface_requirements: Your system is missing the required interface "ipbRead". Either export the interface, or edit your definitions in the Interface Requirements tab."
Warning: ipbus_qsys_ipbus_avallon_master_1.interface_requirements: Your system is missing the required interface "IpbusWrite". Either export the interface, or edit your definitions in the Interface Requirements tab."
Warning: ipbus_qsys_ipbus_avallon_master_1: Component type ipbus_avallon_master is not in the library
Best regards,
Antoine