pulp-platform / pulp

This is the top-level project for the PULP Platform. It instantiates a PULP open-source system with a PULP SoC (microcontroller) domain accelerated by a PULP cluster with 8 cores.
Other
452 stars 114 forks source link

Vivado error during elaboration of Pulp SoC #78

Open ranaadeel-10x opened 1 year ago

ranaadeel-10x commented 1 year ago

I am try to simulate pulp on the vivado 2022.1 and getting this error on the elaboration step of the simulation.

Starting static elaboration
Pass Through NonSizing Optimizer
ERROR: [VRFC 10-2991] 'a_source_ctrl' is not declared under prefix 'ctrl_i' [C:/Users/talha.iqbal/Desktop/project1/project_4/project_4.srcs/sources_1/imports/rtl/mac_streamer.sv:114]
ERROR: [VRFC 10-2991] 'a_source_flags' is not declared under prefix 'flags_o' [C:/Users/talha.iqbal/Desktop/project1/project_4/project_4.srcs/sources_1/imports/rtl/mac_streamer.sv:115]
ERROR: [VRFC 10-2991] 'b_source_ctrl' is not declared under prefix 'ctrl_i' [C:/Users/talha.iqbal/Desktop/project1/project_4/project_4.srcs/sources_1/imports/rtl/mac_streamer.sv:129]
ERROR: [VRFC 10-2991] 'b_source_flags' is not declared under prefix 'flags_o' [C:/Users/talha.iqbal/Desktop/project1/project_4/project_4.srcs/sources_1/imports/rtl/mac_streamer.sv:130]
ERROR: [VRFC 10-2991] 'c_source_ctrl' is not declared under prefix 'ctrl_i' [C:/Users/talha.iqbal/Desktop/project1/project_4/project_4.srcs/sources_1/imports/rtl/mac_streamer.sv:144]
ERROR: [VRFC 10-2991] 'c_source_flags' is not declared under prefix 'flags_o' [C:/Users/talha.iqbal/Desktop/project1/project_4/project_4.srcs/sources_1/imports/rtl/mac_streamer.sv:145]
ERROR: [VRFC 10-2991] 'd_sink_ctrl' is not declared under prefix 'ctrl_i' [C:/Users/talha.iqbal/Desktop/project1/project_4/project_4.srcs/sources_1/imports/rtl/mac_streamer.sv:158]
ERROR: [VRFC 10-2991] 'd_sink_flags' is not declared under prefix 'flags_o' [C:/Users/talha.iqbal/Desktop/project1/project_4/project_4.srcs/sources_1/imports/rtl/mac_streamer.sv:159]
ERROR: [XSIM 43-3322] Static elaboration of top level Verilog design unit(s) in library work failed.