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

Subversion Repositories idea

[/] [idea/] [trunk/] [behavioral/] [key_regulator/] [zero16.vbe] - Blame information for rev 6

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 marta
-- VHDL data flow description generated from `zero16`
2
--              date : Mon Jul 30 17:40:21 2001
3
 
4
 
5
-- Entity Declaration
6
 
7
ENTITY zero16 IS
8
  PORT (
9
  a : out bit_vector(15 DOWNTO 0) ;     -- a
10
  vdd : in BIT; -- vdd
11
  vss : in BIT  -- vss
12
  );
13
END zero16;
14
 
15
 
16
-- Architecture Declaration
17
 
18
ARCHITECTURE behaviour_data_flow OF zero16 IS
19
 
20
BEGIN
21
  ASSERT ((vdd and not (vss)) = '1')
22
    REPORT "power supply is missing on zero16x"
23
    SEVERITY WARNING;
24
 
25
 
26
a (0) <= '0';
27
 
28
a (1) <= '0';
29
 
30
a (2) <= '0';
31
 
32
a (3) <= '0';
33
 
34
a (4) <= '0';
35
 
36
a (5) <= '0';
37
 
38
a (6) <= '0';
39
 
40
a (7) <= '0';
41
 
42
a (8) <= '0';
43
 
44
a (9) <= '0';
45
 
46
a (10) <= '0';
47
 
48
a (11) <= '0';
49
 
50
a (12) <= '0';
51
 
52
a (13) <= '0';
53
 
54
a (14) <= '0';
55
 
56
a (15) <= '0';
57
END;

powered by: WebSVN 2.1.0

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