From: Peter Lemmens Date: Wed, 18 Mar 2015 16:21:31 +0000 (+0100) Subject: Slow-control interface updated; added soda-reset and soda-enable bit X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d484dcecfe73431d1f88a3d6b9089b2583090ace;p=soda.git Slow-control interface updated; added soda-reset and soda-enable bit Details in SODA_addressmap.odt --- diff --git a/SODA_addressmap b/SODA_addressmap index 46f3c7e..8940039 100644 --- a/SODA_addressmap +++ b/SODA_addressmap @@ -1,6 +1,5 @@ -SODA_SOURCE (0xF355) - - +SODA_SOURCE (0xF355) +++++++++++++++++++++ WRITE_REG: BE00 soda_cmd_word_S @@ -28,7 +27,7 @@ CTRL_STATUS_register_i[0] : channel_timeout_status_S SODA_CLIENT (0xF356) - +++++++++++++++++++++ WRITE_REG: BE00 LEDregister_i @@ -44,8 +43,9 @@ BE05 Debug_TX_count BE06 Debug_SOS_count BE07 Debug_CMD_count -Cu_TRB_SODA_HUB (0xF35B) +Cu_TRB_SODA_HUB (0xF35B) +++++++++++++++++++++++++++ WRITE_REG: BE00 soda_cmd_word_S @@ -92,7 +92,7 @@ DEBUG_STATUS(2) <= CLK_EN; DEBUG_STATUS(1) <= CLEAR; DEBUG_STATUS(0) <= RESET; - +------------------------------------------------------------------- constant K_IDLE : std_logic_vector(7 downto 0) := x"BC"; constant D_IDLE0 : std_logic_vector(7 downto 0) := x"C5"; constant D_IDLE1 : std_logic_vector(7 downto 0) := x"50"; diff --git a/SODA_addressmap.odt b/SODA_addressmap.odt new file mode 100644 index 0000000..d901b74 Binary files /dev/null and b/SODA_addressmap.odt differ