mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-26 11:51:56 +00:00
17 lines
369 B
VHDL
17 lines
369 B
VHDL
-------------------------------------------------------------------------------
|
|
--
|
|
-- The Timer/Counter unit.
|
|
--
|
|
-- $Id: timer-c.vhd 295 2009-04-01 19:32:48Z arniml $
|
|
--
|
|
-- All rights reserved
|
|
--
|
|
-------------------------------------------------------------------------------
|
|
|
|
configuration t48_timer_rtl_c0 of t48_timer is
|
|
|
|
for rtl
|
|
end for;
|
|
|
|
end t48_timer_rtl_c0;
|