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

Subversion Repositories idea

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 marta
--  File Name     :  fulladder.pat                                      --
2
--  Description   :  The test patterns of the full adder                --
3
--                   for the normal verification of the behavioral view --
4
--  Date          :  Aug 21, 2001                                       --
5
--  Version       :  1.1                                                --
6
--  Author        :  Martadinata A.                                     --
7
--                   VLSI RG, Dept. of Electrical Engineering ITB       --
8
--                   Bandung, Indonesia                                 --
9
 
10
in   vdd;;
11
in   vss;;
12
in   a;;
13
in   b;;
14
in   cin;;
15
out  sout;;
16
out  cout;;
17
 
18
begin
19
path_1  : 1 0   0 0 0  ?0 ?0;
20
path_2  : 1 0   0 0 1  ?1 ?0;
21
path_3  : 1 0   0 1 0  ?1 ?0;
22
path_4  : 1 0   0 1 1  ?0 ?1;
23
path_5  : 1 0   1 0 0  ?1 ?0;
24
path_6  : 1 0   1 0 1  ?0 ?1;
25
path_7  : 1 0   1 1 0  ?0 ?1;
26
path_8  : 1 0   1 1 1  ?1 ?1;
27
end;

powered by: WebSVN 2.1.0

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