From 98c1f1c3a9f3748299f3a30623525c851fbd23f2 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Wed, 11 Feb 2015 19:05:52 +0100 Subject: [PATCH] Add HGROUP to FIFO, to identify it easier in floorplan --- base/cores/fifo_cdt_200_50.vhd | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.43.0