From 157508d1bbb32ce27784b40a4a9e1fe11f50ee69 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 7 Oct 2016 15:49:15 +0200 Subject: [PATCH] Auto-answer readout in blank project --- blank/config.vhd | 2 +- blank/trb3_periph_blank.vhd | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/blank/config.vhd b/blank/config.vhd index 7962483..714d24e 100644 --- a/blank/config.vhd +++ b/blank/config.vhd @@ -32,7 +32,7 @@ package config is --Address settings constant INIT_ADDRESS : std_logic_vector := x"F305"; - constant BROADCAST_SPECIAL_ADDR : std_logic_vector := x"48"; + constant BROADCAST_SPECIAL_ADDR : std_logic_vector := x"4B"; ------------------------------------------------------------------------------ --End of design configuration diff --git a/blank/trb3_periph_blank.vhd b/blank/trb3_periph_blank.vhd index 88e0b4b..448071a 100644 --- a/blank/trb3_periph_blank.vhd +++ b/blank/trb3_periph_blank.vhd @@ -378,7 +378,9 @@ THE_ENDPOINT : entity work.trb_net16_endpoint_hades_full_handler_record -- BUS_TX => busrdo_tx -- -- ); - +readout_tx(0).data_finished <= '1'; +readout_tx(0).data_write <= '0'; +readout_tx(0).busy_release <= '1'; end architecture; -- 2.43.0