Simulating RS232 UART IP Core in VHDL
Hello,
I am currently working on a FPGA design containing a UART interface and have choosen the Intel RS232 UART IP Core from the University Program to use for this.
I would like to simulate the IP Core with ModelSim first and have therefore created a Qsys testbench that consists of a clock source BFM, reset source BFM, Avalon-MM master BFM, conduit BFM, custom component (that drives the IP core's ports) and the IP core itself.
The IP core is configured the following way:
Interface: Streaming
Baud: 9600
Data: 8 Bits
Start: 1 Bit
Parity: None
The system can be generated without any errors but produces the following warning:
Warning: rs232_0: No files generated for fileset SIM_VHDL
When trying to simulate the testbench in ModelSim it says:
# ** Error: <simulation_folder>/<testbench_name>.vhd(11): (vcom-1598) Library "<testbench_name>_altera_up_avalon_rs232_171" not found.
Is the problem, that I'm trying to simulate the Qsys testbench in VHDL?
The custom component is written in VHDL so I'm not able to simulate it in Verilog.
I am using Quartus Standard 19.1.
Best Regards,
Florian