]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
solve multiple drivers error.
authorTobias Weber <webert@kph.uni-mainz.de>
Tue, 24 Mar 2015 16:16:48 +0000 (17:16 +0100)
committerTobias Weber <webert@kph.uni-mainz.de>
Tue, 24 Mar 2015 16:16:48 +0000 (17:16 +0100)
mupix/sources/MuPix3_board.vhd

index f573286a95280531f7405251626c31d2d371c4ea..8e258e1ad0214e95e11c0bba52febe31955dda9b 100644 (file)
@@ -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;