m-labs / nmigen

A refreshed Python toolbox for building complex digital hardware. See https://gitlab.com/nmigen/nmigen
https://nmigen.org
Other
652 stars 55 forks source link

lambdasoc analysis & synthesis got error on intel platform. #331

Open franz-git opened 4 years ago

franz-git commented 4 years ago

lambdasoc which based on nmigen (https://github.com/lambdaconecpt/lambdasoc) Got error while build lambdasoc for intel platform, I have open issue there. But I think maybe its the problem caused by nmgien, please help to check about:

test platform: DE10_Nano Got Error while Quartus Analysis & Synthesis:

Info: Command: quartus_map --rev=top top Warning (18236): Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance. Info (20030): Parallel compilation is enabled and will use 4 of the 4 processors detected Error (10170): Verilog HDL syntax error at top.v(1888) near text: """; expecting "(". Check for and fix any syntax errors that appear immediately before or at the specified keyword. The Intel FPGA Knowledge Database contains many articles with specific details on how to resolve this error. Visit the Knowledge Database at https://www.altera.com/support/support-resources/knowledge-base/search.html and search for this specific error message number. File: //wsl$/Ubuntu/home/franz/projects/lambdaconcept/lambdasoc/build/top.v Line: 1888 Error (10170): Verilog HDL syntax error at top.v(1891) near text: """; expecting "(". Check for and fix any syntax errors that appear immediately before or at the specified keyword. The Intel FPGA Knowledge Database contains many articles with specific details on how to resolve this error. Visit the Knowledge Database at https://www.altera.com/support/support-resources/knowledge-base/search.html and search for this specific error message number. File: //wsl$/Ubuntu/home/franz/projects/lambdaconcept/lambdasoc/build/top.v Line: 1891 Error (10170): Verilog HDL syntax error at top.v(1895) near text: """; expecting "(". Check for and fix any syntax errors that appear immediately before or at the specified keyword. The Intel FPGA Knowledge Database contains many articles with specific details on how to resolve this error. Visit the Knowledge Database at https://www.altera.com/support/support-resources/knowledge-base/search.html and search for this specific error message number. File: //wsl$/Ubuntu/home/franz/projects/lambdaconcept/lambdasoc/build/top.v Line: 1895 Error (10170): Verilog HDL syntax error at top.v(1900) near text: """; expecting "(". Check for and fix any syntax errors that appear immediately before or at the specified keyword. The Intel FPGA Knowledge Database contains many articles with specific details on how to resolve this error. Visit the Knowledge Database at https://www.altera.com/support/support-resources/knowledge-base/search.html and search for this specific error message number. File: //wsl$/Ubuntu/home/franz/projects/lambdaconcept/lambdasoc/build/top.v Line: 1900 Error (10170): Verilog HDL syntax error at top.v(1903) near text: """; expecting "(". Check for and fix any syntax errors that appear immediately before or at