]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Add HGROUP to FIFO, to identify it easier in floorplan
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 11 Feb 2015 18:05:52 +0000 (19:05 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:36:55 +0000 (17:36 +0200)
base/cores/fifo_cdt_200_50.vhd

index 32f9981e961af022595cf7bfcdf47c8d37524598..aae02ad5c5e8f6b30fb88cae53b559a9f277b7df 100644 (file)
@@ -27,6 +27,10 @@ end fifo_cdt_200_50;
 
 architecture Structure of fifo_cdt_200_50 is
 
+   -- Placer Directives, manually added
+   attribute HGROUP : string;
+   attribute HGROUP of Structure : architecture  is "FIFO_CDT_200_50_group";
+
     -- internal signal declarations
     signal invout_1: std_logic;
     signal invout_0: std_logic;