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

Subversion Repositories idea

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 marta
--  File Name     :  sm16adder.pat                                           --
2
--  Description   :  The test patterns of the synchronized modulo 2^16 adder --
3
--                   for the normal verification of the structural view      --
4
--                   with zero delay                                         --
5
--  Purpose       :  To be used by ASIMUT                                    --
6
--  Date          :  Aug 22, 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
in   en ;;
18
in   clr ;;
19
out  s(15 downto 0) X;;
20
 
21
begin
22
path_1  : 1 0  0000 0000  1 0  ?0000;
23
path_2  : 1 0  0000 0000  0 0  ?0000;
24
path_3  : 1 0  0000 00AB  1 0  ?00AB;
25
path_4  : 1 0  0000 00AB  0 0  ?00AB;
26
path_5  : 1 0  0000 CDAB  1 0  ?CDAB;
27
path_6  : 1 0  0000 CDAB  0 0  ?CDAB;
28
path_7  : 1 0  00AB 0000  1 0  ?00AB;
29
path_8  : 1 0  00AB 0000  0 0  ?00AB;
30
path_9  : 1 0  CDAB 0000  1 0  ?CDAB;
31
path_10 : 1 0  CDAB 0000  0 0  ?CDAB;
32
path_11 : 1 0  CDAB 8888  1 0  ?5633;
33
path_12 : 1 0  CDAB 8888  0 0  ?5633;
34
path_13 : 1 0  8888 FFFF  1 0  ?8887;
35
path_14 : 1 0  8888 FFFF  0 0  ?8887;
36
path_15 : 1 0  EEEE CCCC  1 0  ?BBBA;
37
path_16 : 1 0  EEEE CCCC  0 0  ?BBBA;
38
end;

powered by: WebSVN 2.1.0

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