Forum Discussion
Hi Florian,
I further found out that testbench system for UART RS232 ip core can only be simulated under verilog language but not VHDL. Seems like the verilog modules can't be picked up by VHDL file if VHDL is used. Below attached a sample project for your reference.
Thanks,
Best regards,
Sheng
p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution and give Kudos.
- FHint3 years ago
Occasional Contributor
Hi Sheng,
I have tried to take a look at the unsaved_tb.qsys system you had attached, but the platform designer cannot find the component, as you can see in the following image.
I am using the Quartus Standard 19.1 edition - is that a problem?
Best Regards,
Florian- ShengN_altera3 years ago
Super Contributor
Hi Florian,
I think there are some files missing there. Below attach another file for your reference. Try to remove unsaved.qsys and include only unsaved_tb.qsys which is .qsys file of testbench system generated. Then do compilation and RTL simulation. You can add more signals by right-clicking in modelsim object panel or use command add wave -r /*
Best regards,
Sheng
p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution and give Kudos.