URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
[/] [open8_urisc/] [trunk/] [VHDL/] [o8_status_led.vhd] - Diff between revs 194 and 217
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 194 |
Rev 217 |
Line 162... |
Line 162... |
Fade_Timer2 <= Fade_Timer2 - 1;
|
Fade_Timer2 <= Fade_Timer2 - 1;
|
if( or_reduce(Fade_Timer2) = '0' )then
|
if( or_reduce(Fade_Timer2) = '0' )then
|
Fade_Timer2(TIMER_MSB downto TIMER_MSB - 8) <= (others => '1');
|
Fade_Timer2(TIMER_MSB downto TIMER_MSB - 8) <= (others => '1');
|
Fade_Timer2(TIMER_MSB - 9 downto 0 ) <= (others => '0');
|
Fade_Timer2(TIMER_MSB - 9 downto 0 ) <= (others => '0');
|
end if;
|
end if;
|
Fade_out <= Fade_Timer1(TIMER_MSB) xor Fade_Timer2(TIMER_MSB);
|
Fade_out <= Fade_Timer1(TIMER_MSB) xor
|
|
Fade_Timer2(TIMER_MSB);
|
end if;
|
end if;
|
end process;
|
end process;
|
|
|
end architecture;
|
end architecture;
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.