URL
https://opencores.org/ocsvn/idea/idea/trunk
Subversion Repositories idea
[/] [idea/] [trunk/] [simulation/] [main control/] [mux01_10ns.pat] - Rev 9
Compare with Previous | Blame | View Log
-- File Name : mux01_10ns.pat
-- Version : v1.1
-- Description : test pattern for 1 bit multiplexer 4 to 1
-- Purpose : to verify the 1 bit multiplexer 4 to 1 block at frequency 50 Mhz
-- Author : Sigit Dewantoro
-- Address : IS Laboratory, Labtek VIII, ITB, Jl. Ganesha 10, Bandung, Indonesia
-- Email : sigit@students.ee.itb.ac.id, sigit@ic.vlsi.itb.ac.id
-- Date : August 16th, 2001
-- input / output list :
in vdd B;;;
in vss B;;;
in a B;;;
in b B;;;
in c B;;;
in d B;;;
in sel (1 downto 0)B;;;
out o B;;;
begin
-- Pattern description :
-- v v a b c d s o
-- d s e
-- d s l
--
-- Beware : unprocessed patterns
<0 ns> pat : 1 0 1 0 1 0 0 0 ?*;
<10 ns> pat : 1 0 1 0 1 0 0 0 ?*;
<20 ns> pat : 1 0 1 0 1 0 0 1 ?*;
<30 ns> pat : 1 0 1 0 1 0 0 1 ?*;
<40 ns> pat : 1 0 1 0 1 0 1 0 ?*;
<50 ns> pat : 1 0 1 0 1 0 1 0 ?*;
<60 ns> pat : 1 0 1 0 1 0 1 1 ?*;
<70 ns> pat : 1 0 1 0 1 0 1 1 ?*;
<80 ns> pat : 1 0 1 0 1 0 0 0 ?*;
<90 ns> pat : 1 0 1 0 1 0 0 0 ?*;
end;