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

Subversion Repositories idea

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 marta
--  File Name     :  mul17.pat                                          --
2
--  Description   :  The test patterns of the 17-bit multiplier         --
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(16 downto 0);;
16
in   b(16 downto 0);;
17
out  sum(31 downto 0) X;;
18
 
19
begin
20
path_1  : 1 0  00000000000000000 00000000000000000  ?00000000;
21
path_2  : 1 0  00000000000000001 00000000000000000  ?00000000;
22
path_3  : 1 0  00000000000000001 00000000000000001  ?00000001;
23
path_4  : 1 0  00000000000000111 00000000000000010  ?0000000E;
24
path_5  : 1 0  00000000000001000 00000000000000100  ?00000020;
25
path_6  : 1 0  00000000011111111 00000000000000001  ?000000FF;
26
path_7  : 1 0  00111111111111111 00000000000000001  ?00007FFF;
27
path_8  : 1 0  00111111111111111 00000000000000010  ?0000FFFE;
28
path_9  : 1 0  11111111111111111 00000000000000001  ?0001FFFF;
29
path_10 : 1 0  11111111111111111 00000000011111111  ?01FDFF01;
30
path_11 : 1 0  10000000000000000 01111111111111111  ?FFFF0000;
31
path_12 : 1 0  10000000000000000 01000100010001000  ?88880000;
32
end;

powered by: WebSVN 2.1.0

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