PULP Community

Full Version: Error in build of Pulpissimo RTL platform
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

We installed the SDK and the toolchain on our Linux server and have QuestaSim-64 v10.0c
 installed.
When trying to generate the PULPissimo RTL platform I am getting the following error message during the build 'phase':

** Error: ../ips/common_cells/src/stream_mux.sv(18): near "localparam": syntax error, unexpected localparam
** Error: ../ips/common_cells/src/stream_demux.sv(20): near "localparam": syntax error, unexpected localparam
** Error: ../ips/common_cells/src/popcount.sv(21): near "localparam": syntax error, unexpected localparam
make[2]: *** [modelsim_libs/common_cells_lib/common_cells_all.vmake] Error 2
make[1]: *** [build] Error 2
make: *** [build] Error 2

Do you have any clue what can be the reason for this error?

Thanks,
Ido
(02-09-2019, 01:17 PM)idoraz Wrote: [ -> ]Hello,

We installed the SDK and the toolchain on our Linux server and have QuestaSim-64 v10.0c
 installed.
Questasim10.0c is quite old (AFAIK 2010 or 2011), there is a chance that it might not recognize some of the SystemVerilog constructs.. Is there a reason, why you are using such an old version? Then again, this might not necessarily be the reason.