From: Vladimir Burian Date: Mon, 25 Jul 2011 21:58:21 +0000 (+0200) Subject: Area constraint X-Git-Url: http://rtime.felk.cvut.cz/gitweb/fpga/virtex2/msp_motion.git/commitdiff_plain/2aaefacb5aa6a73bcb44a5083522cd765515dcec Area constraint Example of how to constrain some module to particular FPGA area. It is useful in conjunction with design partitions. --- diff --git a/msp_motion.ucf b/msp_motion.ucf index 647d461..2bbb92d 100644 --- a/msp_motion.ucf +++ b/msp_motion.ucf @@ -1,3 +1,11 @@ +#==============================================================================# +# Place & Route constraints # +#==============================================================================# + +INST "openMSP430_1" AREA_GROUP = "mcu"; +AREA_GROUP "mcu" RANGE = SLICE_X0Y32:SLICE_X32Y0; + + #==============================================================================# # Clock & Reset # #==============================================================================#