]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
enable Trb3sc tools to signal upcoming reload
authorJan Michel <michel@physik.uni-frankfurt.de>
Thu, 20 Jul 2023 14:34:34 +0000 (16:34 +0200)
committerJan Michel <michel@physik.uni-frankfurt.de>
Thu, 20 Jul 2023 14:34:34 +0000 (16:34 +0200)
code/trb3sc_tools.vhd

index 1f96992bec98313ab276ef92524509345d91b9c6..32ee2ae3209e21475347d116a24a972847b947be 100644 (file)
@@ -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,