]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Revert "Adding HGROUPs again..."
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 25 Feb 2015 11:17:25 +0000 (12:17 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:36:59 +0000 (17:36 +0200)
This reverts commit ee73bdbd52b4c87e40f2ed1cc13585d8525ab3b3.

ADC/source/adc_ad9219.vhd
ADC/source/adc_processor_cfd.vhd

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