Forum Discussion
CheepinC_altera
Regular Contributor
4 years agoHi,
As I understand it, you have some inquiries related to the Reed Solomon II IP. To facilitate further debugging, just to check with you on the following:
- What is the device that you are using?
- Just wonder if you have had a chance to try with Modelsim AE?
- Are you using Windows or Linux system?
- Have you tried with Verilog to see if there is any difference?
Please let me know if there is any concern. Thank you.
- RTL_FPGAs4 years ago
New Contributor
Hello,
Here are a couple of answers to your questions:
- I'm using an Arria-10 device (10AS048E3F29I2SG)
- No, I have not tried ModelSim AE
- I'm using Windows
- I just tried using Verilog, and the simulation did not generate Compilation errors this time. Although I suspect this has more to do with the fact that Verilog is NOT as strict as VHDL when it comes to missing port declarations. The instantiation of the avalon_st_splitter component is identical in the Verilog and VHDL versions of the IP generated.
Thanks!