Xilinx / open-nic-shell

AMD OpenNIC Shell includes the HDL source files
Apache License 2.0
94 stars 63 forks source link

Requested IP 'xilinx.com:ip:cms_subsystem:4.0' cannot be created. #40

Open tearorca opened 1 year ago

tearorca commented 1 year ago

Hello, I am using Vivado 2020.2 to compile the au250 model. However, I encountered an error that the IP "cms_subsystem" was not found in the entire file. Can you please advise on how to resolve this issue? Thank you.

ERROR: [Coretcl 2-1133] Requested IP 'xilinx.com:ip:cms_subsystem:4.0' cannot be created. The latest available version in the catalog is 'xilinx.com:ip:cms_subsystem:3.0'. If you do not wish to select a specific version please omit the version field from the command arguments, or use a wildcard in the VLNV.

zhiyisun commented 1 year ago

Could you please try 2022.1? It should have cms_subsystem 4.0.

Or you may change to use cms_subsystem 3.0 in system_config/vivado_ip/cms_subsystem_0.tcl. After that, please modify the src/system_config/cms_subsystem.sv if IP interfaces are changed.