Y
Yttrium
Guest
hey, for now i just use
AREA_GROUP "AreaGroupName" RANGE = SLICE_X0Y79:SLICE_X27Y54 ;
INST "/" AREA_GROUP = " AreaGroupName " ;
as area constraint but i can't really find how you can place your individual
components?
let's say you have a root component A which is composed by components B and
C how can you say that you want
B in the range X0Y0:X10Y10
C in the range X11Y0:X20Y10
and if possible A in the range X0Y0:X30Y30
i thought it should be something like
INST "/B" ... or INST "/A/B"... but it all gives an error ...
btw i'm using xst (ise6.1) ...
thanx in advance for you comments,
kind regards,
Y
AREA_GROUP "AreaGroupName" RANGE = SLICE_X0Y79:SLICE_X27Y54 ;
INST "/" AREA_GROUP = " AreaGroupName " ;
as area constraint but i can't really find how you can place your individual
components?
let's say you have a root component A which is composed by components B and
C how can you say that you want
B in the range X0Y0:X10Y10
C in the range X11Y0:X20Y10
and if possible A in the range X0Y0:X30Y30
i thought it should be something like
INST "/B" ... or INST "/A/B"... but it all gives an error ...
btw i'm using xst (ise6.1) ...
thanx in advance for you comments,
kind regards,
Y