From 09c12b33f5811a4960bdf79d2d788ffbff688c8a Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Thu, 20 Jul 2023 16:34:34 +0200 Subject: [PATCH] enable Trb3sc tools to signal upcoming reload --- code/trb3sc_tools.vhd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/trb3sc_tools.vhd b/code/trb3sc_tools.vhd index 1f96992..32ee2ae 100644 --- a/code/trb3sc_tools.vhd +++ b/code/trb3sc_tools.vhd @@ -27,6 +27,7 @@ entity trb3sc_tools is FLASH_IN : in std_logic; FLASH_OUT : out std_logic; PROGRAMN : out std_logic; + PREPARE_FOR_RELOAD : out std_logic; REBOOT_IN : in std_logic; --SPI @@ -150,6 +151,7 @@ begin DO_REBOOT_IN => REBOOT_IN, REBOOT_ON_RESET => control_reg_i(15), PROGRAMN => PROGRAMN, + PREPARE_FOR_RELOAD => PREPARE_FOR_RELOAD, SPI_CS_OUT => flash_cs_i, SPI_SCK_OUT => flash_clk_i, -- 2.43.0