]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Adding HGROUPs again...
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 25 Feb 2015 08:17:01 +0000 (09:17 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:36:59 +0000 (17:36 +0200)
ADC/source/adc_ad9219.vhd
ADC/source/adc_processor_cfd.vhd

index aa7b9636da092fc04bf914d84bcd2037ef9ac368..48c7defbea67a908244f54795c6eb0e7c5e1b0d4 100644 (file)
@@ -27,7 +27,10 @@ entity adc_ad9219 is
   );
 end entity;
 
-architecture adc_ad9219_arch of adc_ad9219 is
+architecture arch of adc_ad9219 is
+  attribute HGROUP : string;
+  attribute HGROUP of arch : architecture  is "ADC_AD9219_group";
+  
   type q_t is array (0 to NUM_DEVICES - 1) of std_logic_vector(19 downto 0);
   signal q, qq, qqq : q_t;
 
index 5ab9e278c787cea6391946018e96110b6c4fc6c5..d8d27b25b0e56ed31f7aa704448aa4af3f91fe58 100644 (file)
@@ -31,6 +31,9 @@ entity adc_processor_cfd is
 end entity adc_processor_cfd;
 
 architecture arch of adc_processor_cfd is
+  attribute HGROUP : string;
+  attribute HGROUP of arch : architecture  is "ADC_PROCESSOR_group";
+  
 --  attribute syn_hier : string;
 --  attribute syn_keep : boolean;
 --  attribute syn_preserve : boolean;