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);
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);