From 4add044bd1d74a005eea38ebcfd0a8ae71cdaff5 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 26 Nov 2013 12:58:30 +0100 Subject: [PATCH] changed padiwa test register --- padiwa_amps.vhd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.0