]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
one more attribute to get timing right
authorJan Michel <j.michel@gsi.de>
Fri, 28 Nov 2014 14:25:46 +0000 (15:25 +0100)
committerJan Michel <j.michel@gsi.de>
Fri, 28 Nov 2014 14:25:46 +0000 (15:25 +0100)
ADC/source/adc_handler.vhd
ADC/source/adc_processor.vhd

index 2e753ed7f0821a26f2f283a7dcee9f34c8911063..e3f323dda6a64bd0d97985cd13fc5766e07f5858 100644 (file)
@@ -33,7 +33,8 @@ end entity;
 architecture adc_handler_arch of adc_handler is
 attribute syn_keep     : boolean;
 attribute syn_preserve : boolean;
-
+attribute syn_hier     : string;
+attribute syn_hier of adc_handler_arch : architecture is "hard";
 
 signal adc_data_out  : std_logic_vector(DEVICES*CHANNELS*RESOLUTION-1 downto 0);
 signal adc_fco_out   : std_logic_vector(DEVICES*RESOLUTION-1 downto 0);
index 948952d3e0bfaf213e9e468c865893f24a36d68f..89dca9568664f7688d0698f33e963e595d20d429 100644 (file)
@@ -39,7 +39,6 @@ attribute syn_hier     : string;
 attribute syn_ramstyle : string;
 attribute syn_keep     : boolean;
 attribute syn_preserve : boolean;
-
 attribute syn_hier of adc_processor_arch : architecture is "hard";
 
 type ram_t          is array (0 to 1023)       of unsigned(17 downto 0);