Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
19980 Discussions

How to get virtual UFM included into pof.map

MPETE26
Novice
556 Views

v18.1 tools,   Nios II/e  device: 10M16DCU324

 

We're executing from flash.

 

 

 

Summary.html shows larger onchip_flash_0 space. mem_init_generate or conversion to pof file: conversion.map file still shows UFM as UFM0+UFM1 size, (ie does not show UFM space increased by additional virtual-UFM from CFM).

 

...we are not initializing memory since we're running directly from flash.

 

We need expanded .text base of UFM0+UFM1 + CFM2 (at minimum) to allow our larger code size (perhaps 50kB).

 

Appreciate insight. Something is clearly missing!!!

 

What gives?

 

1 Solution
MPETE26
Novice
253 Views

The issue was incorrect device on the HW: a 10M16DCU324 was installed while a 10M16DAU324 or 10M16DFU324 should have been installed. The 'DC' does not support virtual-UFM in the CFM sectors.

View solution in original post

2 Replies
JohnT_Intel
Employee
253 Views

Hi,

 

You will need to set your Quartus design to Single Uncompressed Image which will make the space available in On Chip Flash IP.

MPETE26
Novice
254 Views

The issue was incorrect device on the HW: a 10M16DCU324 was installed while a 10M16DAU324 or 10M16DFU324 should have been installed. The 'DC' does not support virtual-UFM in the CFM sectors.

Reply