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

Subversion Repositories idea

[/] [idea/] [trunk/] [simulation/] [idea_machine/] [comp2.pat] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 marta
--  File Name     :  comp2.pat                                                --
2
--  Description   :  The test patterns of the special comparator              --
3
--                   resulting an integer 2^16 or an integer 0 on 16-bit data --
4
--                   for the normal verification of                           --
5
--                   the behavioral & structural view with zero delay         --
6
--  Purpose       :  To be used by ASIMUT                                     --
7
--  Date          :  Aug 22, 2001                                             --
8
--  Version       :  1.1                                                      --
9
--  Author        :  Martadinata A.                                           --
10
--  Address       :  VLSI RG, Dept. of Electrical Engineering                 --
11
--                   ITB, Bandung, Indonesia                                  --
12
--  E-mail        :  marta@ic.vlsi.itb.ac.id                                  --
13
 
14
in   vdd;;
15
in   vss;;
16
in   p(15 downto 0) X;;
17
in   q(15 downto 0) X;;
18
out  kout2(15 downto 0) X;;
19
 
20
begin
21
path_1  : 1 0   0000 0000  ?0001;
22
path_2  : 1 0   2222 2222  ?0001;
23
path_3  : 1 0   CCCC CCCC  ?0001;
24
path_4  : 1 0   DDDD DDDD  ?0001;
25
path_5  : 1 0   EEEE EEEE  ?0001;
26
path_6  : 1 0   FFFF FFFF  ?0001;
27
path_7  : 1 0   3333 6666  ?0001;
28
path_8  : 1 0   3333 5678  ?0001;
29
path_9  : 1 0   1234 1235  ?0001;
30
path_10 : 1 0   0000 0001  ?0001;
31
path_11 : 1 0   0001 0010  ?0001;
32
path_12 : 1 0   CCCC 2222  ?0000;
33
path_13 : 1 0   FF3A 1110  ?0000;
34
path_14 : 1 0   2220 1100  ?0000;
35
path_15 : 1 0   3345 0000  ?0000;
36
path_16 : 1 0   FFFF 0000  ?0000;
37
end;

powered by: WebSVN 2.1.0

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