Answers Database
A1.5/F1.5 Map - SET set_name rloc_origin = R3C4 constraint is not applied correctly by map.
Record #4536
Product Family: Software
Product Line: FPGA Implementation
Product Part: map
Product Version: 1.5
Problem Title:
A1.5/F1.5 Map - SET set_name rloc_origin = R3C4 constraint is not applied correctly by map.
Problem Description:
Urgency: Standard
INST *mem_byte_count/g_bit* u_set = byte_count_ram;
Then I want to apply a rloc_origin to the set, so I do the following
set byte_count_ram rloc_origin = r1c2;
The group is correctly created as an rpm. However, the rloc_origin is ignored.
Solution 1:
To resolve this issue simply apply the rloc_origin to the instance name instead of the set_name. For
example:
INST *mem_byte_count/g_bit* rloc_origin = r1c2 ;
This problem is scheduled to be fixed in the A2.1 release.
End of Record #4536 - Last Modified: 09/26/98 16:20 |