Critical Issue
During compilation of a design that targets an Arria V or Cyclone V device, compilation might fail with the error
Internal Error: Sub-system: TIS_RC,
File: /quartus/tsm/tis/tis_physical_timing_api.cpp, Line: 1334
This error might occur if your design has high M10K block usage.
If your design contains LogicLock regions, allow the Fitter to place memory elements outside of their assigned LogicLock region by performing the following steps:
- In the LogicLock Regions window, right-click a LogicLock region, and then click Properties.
- Click Edit. The Edit Node dialog box opens.
- Under Excluded element types, click Edit. The Excluded Element Types dialog box opens.
- Under Excluded element types, turn on Memory.
If your design does not contain LogicLock regions, or if allowing the Fitter to place memory elements outside of their assigned LogicLock regions fails to resolve the error, add the following line to the quartus.ini file for your project:
fitter_rams_disallow_packed_mode = on