Description
Due to a problem in the Quartus® Prime Pro Edition Software v21.4 in Windows* OS, this error will appear when generating the example design of F-Tile JESD204C FPGA IP. This error is caused by the length of the file paths supported by the OS.
Resolution
There are two solutions to solve this problem:
- On Windows* OS settings, change the path of the environment variables (User variables for Administrator) TEMP and TMP into shorter path e.g.
-
From:
TEMP C:\Users\MyUserName\AppData\Local\Temp
TMP C:\Users\MyUserName\AppData\Local\Temp
To:
TEMP C:\Temp
TMP C:\Temp
-
- Change Windows* OS settings to support longer File Paths.
- Search for regedit in Windows Start and open it.
- Navigate to the following path: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
- Find LongPathsEnabled and double-click it.
- Change the Value Data from 0 to 1, click OK.
- Restart the PC and generate the example design.