working implementation
This commit is contained in:
@@ -48,7 +48,8 @@ begin
|
||||
if rising_edge(clk) then
|
||||
if rst = '1' then
|
||||
output <= '0';
|
||||
elsif counter_out = x"000003e8" then
|
||||
--elsif counter_out = x"000003e8" then (Valeur pour une vraie seconde)
|
||||
elsif counter_out = x"0000000A" then -- Valeur utilisee pour tester sans simuler un nombre trop consequent de tour d'horloges
|
||||
output <= '1';
|
||||
counter_in <= (others => '0');
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user