From: Andreas Neiser Date: Wed, 11 Feb 2015 18:05:52 +0000 (+0100) Subject: Add HGROUP to FIFO, to identify it easier in floorplan X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=98c1f1c3a9f3748299f3a30623525c851fbd23f2;p=trb3.git Add HGROUP to FIFO, to identify it easier in floorplan --- diff --git a/base/cores/fifo_cdt_200_50.vhd b/base/cores/fifo_cdt_200_50.vhd index 32f9981..aae02ad 100644 --- a/base/cores/fifo_cdt_200_50.vhd +++ b/base/cores/fifo_cdt_200_50.vhd @@ -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;