From: Tobias Weber Date: Tue, 24 Mar 2015 16:16:48 +0000 (+0100) Subject: solve multiple drivers error. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=061fc1fe297f217e4ca3a37256476313c7ea20d0;p=trb3.git solve multiple drivers error. --- diff --git a/mupix/sources/MuPix3_board.vhd b/mupix/sources/MuPix3_board.vhd index f573286..8e258e1 100644 --- a/mupix/sources/MuPix3_board.vhd +++ b/mupix/sources/MuPix3_board.vhd @@ -402,6 +402,6 @@ begin -- Behavioral --set unused signals to board 0 fpga_led_to_board <= (others => '0'); - fpga_aux_to_board <= (others => '0'); + fpga_aux_to_board(3 downto 1) <= (others => '0'); end Behavioral;