Home    --    Hierarchy    --    Packages    --    Entities    --    Instantiations    --    Sources

Architecture rtl of work.acia_clock

Architecture for ACIA_Clock

Defined in VHDL/ACIA_Clock.vhd

Author: John E. Kent
Version: 1.0 from 30th May 2010


Detailed description

Implements a baud rate clock divider for a 6850 compatible Asynchronous Communications Interface Adapter .

Instantiated in...

work.my_system09 (rtl)

Libraries and global use clauses

library ieee
use ieee.numeric_std.all
use ieee.std_logic_1164.all
use ieee.std_logic_arith.all
use ieee.std_logic_unsigned.all
library work
use work.bit_funcs.all

Constants

FULL_CYCLE integer := (SYS_CLK_FREQ / ACIA_CLK_FREQ)
HALF_CYCLE integer := (FULL_CYCLE / 2)

Processes

my_acia_clock ( clk )

Generated on 1 Jan 2018 19:48:42 with VHDocL V0.2.6