OpenCores
URL https://opencores.org/ocsvn/quadraturecount/quadraturecount/trunk

Subversion Repositories quadraturecount

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

/trunk/QuadratureDecoder.vhd
8,11 → 8,11
--How we 'talk' to the outside world:
entity QuadratureDecoderPorts is
port (
clock : in std_logic;
QuadA : in std_logic;
QuadB : in std_logic;
Direction : out std_logic;
CountEnable : out std_logic
clock : in std_logic;
QuadA : in std_logic;
QuadB : in std_logic;
Direction : out std_logic;
CountEnable : out std_logic
);
end QuadratureDecoderPorts;
 
/trunk/QuadratureCounter.vhd
54,7 → 54,7
clock : in std_logic;
QuadA : in std_logic;
QuadB : in std_logic;
CountDirection : out std_logic;
Direction : out std_logic;
CountEnable : out std_logic
);
end component;
67,7 → 67,7
clock => clock,
QuadA => QuadA,
QuadB => QuadB,
CountDirection => CountDirection,
Direction => CountDirection,
CountEnable => CountEnable
);
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.