]> rtime.felk.cvut.cz Git - fpga/virtex2/msp_motion.git/commitdiff
Area constraint feature/tclmake
authorVladimir Burian <buriavl2@fel.cvut.cz>
Mon, 25 Jul 2011 21:58:21 +0000 (23:58 +0200)
committerVladimir Burian <buriavl2@fel.cvut.cz>
Mon, 25 Jul 2011 21:58:21 +0000 (23:58 +0200)
Example of how to constrain some module to particular FPGA area. It is
useful in conjunction with design partitions.

msp_motion.ucf

index 647d461fff8aef15aeecd8f181115c9713b5ee31..2bbb92d2f9dc34961e8381ea23e7c341308a2750 100644 (file)
@@ -1,3 +1,11 @@
+#==============================================================================#
+# Place & Route constraints                                                    #
+#==============================================================================#
+
+INST "openMSP430_1"     AREA_GROUP = "mcu";
+AREA_GROUP "mcu"        RANGE = SLICE_X0Y32:SLICE_X32Y0;
+
+
 #==============================================================================#
 # Clock & Reset                                                                #
 #==============================================================================#