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

Subversion Repositories t400

[/] [t400/] [trunk/] [rtl/] [vhdl/] [t400_opt_pack-p.vhd] - Blame information for rev 179

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 arniml
-------------------------------------------------------------------------------
2
--
3 179 arniml
-- $Id: t400_opt_pack-p.vhd 179 2009-04-01 19:48:38Z arniml $
4 2 arniml
--
5
-- Copyright (c) 2006, Arnim Laeuger (arniml@opencores.org)
6
--
7
-- All rights reserved
8
--
9
-------------------------------------------------------------------------------
10
 
11
package t400_opt_pack is
12
 
13
  -- Chip type option ---------------------------------------------------------
14
  constant t400_opt_type_420_c     : integer := 0;
15
  constant t400_opt_type_421_c     : integer := 1;
16
  constant t400_opt_type_410_c     : integer := 2;
17
 
18
  -- Clock divider option -----------------------------------------------------
19
  constant t400_opt_ck_div_32_c    : integer := 3;
20
  constant t400_opt_ck_div_16_c    : integer := 2;
21
  constant t400_opt_ck_div_8_c     : integer := 1;
22
  constant t400_opt_ck_div_4_c     : integer := 0;
23
 
24
  -- CKO pin function option --------------------------------------------------
25
  constant t400_opt_cko_crystal_c  : integer := 0;
26
  constant t400_opt_cko_gpi_c      : integer := 1;
27
 
28
  -- Output type option -------------------------------------------------------
29
  constant t400_opt_out_type_std_c : integer := 0;
30
  constant t400_opt_out_type_od_c  : integer := 1;
31
  constant t400_opt_out_type_led_c : integer := 2;
32
  constant t400_opt_out_type_pp_c  : integer := 3;
33
 
34
  -- Microbus option ----------------------------------------------------------
35
  constant t400_opt_no_microbus_c  : integer := 0;
36
  constant t400_opt_microbus_c     : integer := 1;
37
 
38
end t400_opt_pack;

powered by: WebSVN 2.1.0

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