diff options
author | LYAM <cous5830@gmail.com> | 2025-05-03 22:28:37 -0400 |
---|---|---|
committer | LYAM <cous5830@gmail.com> | 2025-05-03 22:28:37 -0400 |
commit | 62646cd8d115f463c7157b157f7a892fc9bdf745 (patch) | |
tree | e25cf4f157cb621e416f40f2dcae0323dcca0c58 /pb_APP_log_comb.srcs | |
parent | fde704201abdba942c8d83e707c2f53a55c550c3 (diff) |
Initialized decoder 3 _ 8's test sim vector
Diffstat (limited to 'pb_APP_log_comb.srcs')
-rw-r--r-- | pb_APP_log_comb.srcs/sources_1/new/Decodeur_3_8_tb.vhd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pb_APP_log_comb.srcs/sources_1/new/Decodeur_3_8_tb.vhd b/pb_APP_log_comb.srcs/sources_1/new/Decodeur_3_8_tb.vhd index f81c75a..9584c2f 100644 --- a/pb_APP_log_comb.srcs/sources_1/new/Decodeur_3_8_tb.vhd +++ b/pb_APP_log_comb.srcs/sources_1/new/Decodeur_3_8_tb.vhd @@ -53,7 +53,7 @@ architecture Behavioral of Decodeur_3_8_tb is ---------------------------------------------------------------------------- constant sysclk_Period : time := 8 ns; signal clk_sim : STD_LOGIC := '0'; - signal vecteur_test_sim : STD_LOGIC_VECTOR(10 downto 0); + signal vecteur_test_sim : STD_LOGIC_VECTOR(10 downto 0) := "0000000000"; ---------------------------------------------------------------------------- -- declaration d'un tableau pour soumettre un vecteur de test |