diff options
author | LYAM <cous5830@gmail.com> | 2025-05-03 22:29:43 -0400 |
---|---|---|
committer | LYAM <cous5830@gmail.com> | 2025-05-03 22:29:43 -0400 |
commit | 40fb3e1b5352592a84af4253d60584524c944e56 (patch) | |
tree | 32068022d116f3aad513eff445c752b8705cfb59 /pb_APP_log_comb.srcs/sources_1 | |
parent | 62646cd8d115f463c7157b157f7a892fc9bdf745 (diff) |
Initialized FCT 2_3 vector sim
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 |