From: Jan Michel Date: Tue, 26 Nov 2013 11:58:30 +0000 (+0100) Subject: changed padiwa test register X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4add044bd1d74a005eea38ebcfd0a8ae71cdaff5;p=padiwa.git changed padiwa test register --- diff --git a/padiwa_amps.vhd b/padiwa_amps.vhd index 3b81203..7baae55 100644 --- a/padiwa_amps.vhd +++ b/padiwa_amps.vhd @@ -538,7 +538,10 @@ THE_IO_REG_READ : process begin when x"5" => spi_reg20_i <= inp_stretch; when x"6" => spi_reg20_i <= comp_setting; when x"7" => spi_reg20_i <= x"00" & discharge_disable; - when x"a" => spi_reg20_i <= ffarr_data; + when x"8" => spi_reg20_i <= x"00" & discharge_override; + when x"9" => spi_reg20_i <= x"00" & discharge_highz; + when x"a" => spi_reg20_i <= x"00" & delay_invert; + when x"f" => spi_reg20_i <= ffarr_data; when others => null; end case; else