aboutsummaryrefslogtreecommitdiff
path: root/src/ringcnt.vhd
blob: 5fc0d609e28751493949b114992de97905f6e98e (plain)
1
2
3
4
5
6
7
8
9
10
11
library ieee;
use ieee.std_logic_1164.all;

entity ringcnt is 
end entity;

architecture rtl of ringcnt is
begin

end architecture rtl;