Forum Discussion
poming
New Contributor
3 years ago14703 MAX 10 Error
I put Ethercat IP (license from Beckhoff) on MAX10 (10M25DAF484C8G) .
When I use quartus 18.1 compile the project, at Assembler stage, show 14703 at message console.
I can not modify any Ethercat...
Farabi_Altera
Regular Contributor
3 years agoHello,
Please change the code in RAM/FIFO block (not in the ethercat block):
Resolution:
--------------
Signal declaration for memory_type should be changed from
signal mem : memory_type :=(others => (others => '0'));
to
signal mem : memory_type;
regards,
Farabi
- poming3 years ago
New Contributor
Hi Farabi,
The memory (RAM/FIFO) used inside Ethercat encrypted IP block.
I can not touch the code.
So, if you have any setting in Quartus to solve this issue.
Thnaks !