diff options
Diffstat (limited to 'pb_APP_log_comb.srcs/sources_1')
-rw-r--r-- | pb_APP_log_comb.srcs/sources_1/new/fct_2_3_tb.vhd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pb_APP_log_comb.srcs/sources_1/new/fct_2_3_tb.vhd b/pb_APP_log_comb.srcs/sources_1/new/fct_2_3_tb.vhd index f7c210b..0f74165 100644 --- a/pb_APP_log_comb.srcs/sources_1/new/fct_2_3_tb.vhd +++ b/pb_APP_log_comb.srcs/sources_1/new/fct_2_3_tb.vhd @@ -52,7 +52,7 @@ architecture Behavioral of fct_2_3_tb is ---------------------------------------------------------------------------- constant sysclk_Period : time := 8 ns; signal clk_sim : STD_LOGIC := '0'; - signal vecteur_test_sim : STD_LOGIC_VECTOR(6 downto 0); + signal vecteur_test_sim : STD_LOGIC_VECTOR(6 downto 0) := "0000000"; ---------------------------------------------------------------------------- -- declaration d'un tableau pour soumettre un vecteur de test |