]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
changed padiwa test register
authorJan Michel <j.michel@gsi.de>
Tue, 26 Nov 2013 11:58:30 +0000 (12:58 +0100)
committerJan Michel <j.michel@gsi.de>
Tue, 26 Nov 2013 11:58:35 +0000 (12:58 +0100)
padiwa/padiwa_amps.vhd
wasa/panda_dirc_wasa.vhd

index 3b81203295e2a038ae2ae444c864d16d99fc76d8..7baae55ce4221e798d18ee555d48ff2df404d765 100644 (file)
@@ -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
index b87bae2517b9c9fb89724b8bb408ee6e9e9ca53f..98d5876ae5a73d23fe9911fe646238a3424ea499 100644 (file)
@@ -560,7 +560,7 @@ THE_IO_REG_READ : process begin
       when x"4" => spi_reg20_i <= inp_invert;
       when x"5" => spi_reg20_i <= inp_stretch;
       when x"6" => spi_reg20_i <= comp_setting;
-      when x"a" => spi_reg20_i <= ffarr_data; 
+      when x"f" => spi_reg20_i <= ffarr_data; 
       when others => null;
     end case;
   else