PULP Community
Error in build of Pulpissimo RTL platform - Printable Version

+- PULP Community (https://pulp-platform.org/community)
+-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1)
+--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2)
+--- Thread: Error in build of Pulpissimo RTL platform (/showthread.php?tid=67)



Error in build of Pulpissimo RTL platform - idoraz - 02-09-2019

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


RE: Error in build of Pulpissimo RTL platform - kgf - 02-09-2019

(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.