ModelSim Exit code 211 with CycloneV Fractional PLL
Hello,
I'm trying to simulate on ModelSim Intel-FPGA Started Edition 10.5b a design that was compiled on Quartus Prime 18.1 on the CycloneV. The design compiles correctly, and the EDA netlist Writer functions correctly.
On modelsim I run the project.do file automatically generated by the netlist writer with the command:
do name_project_vhdl.do
Next, when I try to simulate it with the command:
vsim entity_name
ModelSim crashes with exit code 211 (segmentation fault).
This seems to happen only when the testbench generated name_project.vho has a cyclonev_fractional_pll. Without it, the project simulates correctly.
Is there a way to include cyclonev_fractional_pll without this segmentation fault? Or am I doing something wrong? Thank you.
P.S. I already tried to include the verilog version of the CycloneV library by using
vlog .../eda/sim_lib/cyclonev_atoms.v -work cyclonev_ver
and then running the command
vsim entity_name -L work -L cyclonev_ver
This gives me the same fault