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

Subversion Repositories idea

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 marta
--  File Name     :  xor16.pat                                               --
2
--  Description   :  The test patterns of the 16-bit xor                     --
3
--                   for the normal verification of the structural view      --
4
--                   with zero delay                                         --
5
--  Purpose       :  To be used by ASIMUT                                    --
6
--  Date          :  Aug 23, 2001                                            --
7
--  Version       :  1.1                                                     --
8
--  Author        :  Martadinata A.                                          --
9
--  Address       :  VLSI RG, Dept. of Electrical Engineering ITB            --
10
--                   Bandung, Indonesia                                      --
11
--  E-mail        :  marta@ic.vlsi.itb.ac.id                                 --
12
 
13
in   vdd;;
14
in   vss;;
15
in   a(15 downto 0) X;;
16
in   b(15 downto 0) X;;
17
out  q(15 downto 0) X;;
18
 
19
begin
20
path_1  : 1 0  0000 0000  ?0000;
21
path_3  : 1 0  0000 00AB  ?00AB;
22
path_5  : 1 0  0000 CDAB  ?CDAB;
23
path_7  : 1 0  00AB 0000  ?00AB;
24
path_9  : 1 0  CDAB 0000  ?CDAB;
25
path_11 : 1 0  CDAB 8888  ?4523;
26
path_13 : 1 0  8888 FFFF  ?7777;
27
path_15 : 1 0  EEEE CCCC  ?2222;
28
end;

powered by: WebSVN 2.1.0

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