Hi @sstrell ,
Thanks a lot for the reply.
I am trying to generate the simulation model for the custom component. Actually, I am a beginner in the Quartus world.
This is what I did.
I have <*>_hw.tcl, along with the corresponding RTL for which I need to generate the IP. According to Quartus documentation, If I open the Quartus GUI in same directory in which these files are kept, it will automatically detect the IP, and I can continue onto the parameter editor, followed by "Generate HDL" in order to generate the IP variation. Now, just before hitting the "Generate HDL" option, I selected "Verilog" for simulation model, which resulted in error "<IP> doesnot support generation for verilog simulation. Generation is available for : Quartus synthesis".
Do I need to provide additional simulation files for it? AFAIK, Quartus should generate those for me.
Thanks