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

Subversion Repositories idea

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 marta
--  File Name     :  mux64.pat                                          --
2
--  Description   :  The test patterns of the 64-bit 2-to-1 multiplexer --
3
--                   for the normal verification of the behavioral &    --
4
--                   structural view with zero delay                    --
5
--  Purpose       :  To be used by ASIMUT                               --
6
--  Date          :  Aug 21, 2001                                       --
7
--  Version       :  1.1                                                --
8
--  Author        :  Martadinata A.                                     --
9
--  Address       :  VLSI RG, Dept. of Electrical Engineering           --
10
--                   ITB, Bandung, Indonesia                            --
11
--  E-mail        :  marta@ic.vlsi.itb.ac.id                            --
12
 
13
in   vdd;;
14
in   vss;;
15
in   a(63 downto 0) X;;
16
in   b(63 downto 0) X;;
17
in   sel;;
18
out  c(63 downto 0) X ;;
19
 
20
begin
21
path_1  : 1 0   0000000000000000 0000000000000000 0 ?0000000000000000;
22
path_2  : 1 0   12AB12AB12AB12AB 34CD34CD34CD34CD 0 ?12AB12AB12AB12AB;
23
path_3  : 1 0   12AB12AB12AB12AB 34CD34CD34CD34CD 1 ?34CD34CD34CD34CD;
24
path_4  : 1 0   5678567856785678 ABCDABCDABCDABCD 0 ?5678567856785678;
25
path_5  : 1 0   5678567856785678 ABCDABCDABCDABCD 1 ?ABCDABCDABCDABCD;
26
end;

powered by: WebSVN 2.1.0

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