y15mmp1_m.stim.v 1.14 KB
// STIM FILE: This is a part of verilog-stimulus set.
// Created by opc_alb2veri version 2.2.1_64
//         at Wed Oct 30 23:10:21 2002
//         from ./tmp_trc2alb.13086.alb
//              End Time = 132500000[0.001NS]

`ifdef OPC_VSH_VER
`define OPC_ALB2VERI_VER 221
`endif

`define PATTERN_RESO_CHK // NULL

parameter change = 18610 ;
parameter width = 41 ;

reg [1:width] pattern [1:change] ;
reg [1:64] trigger [1:change] ;
integer i ;

assign {
   YOUT7_o, YOUT6_o, YOUT5_o, YOUT4_o, YOUT3_o, YOUT2_o, YOUT1_o, YOUT0_o,
   VOUT7_o, VOUT6_o, VOUT5_o, VOUT4_o, VOUT3_o, VOUT2_o, VOUT1_o, VOUT0_o,
   PTSYNCB_i, PTRAPB_O_o, PTRAPB_I_i, PTESTI0_i, PTCLK_i, PSRGB6_i, PSRGB5_i,
   PSRGB4_i, PSRGB3_i, PSRGB2_i, PSRGB1_i, PSRGB0_i, PNTPL_i, PMPAL_O_o,
   PMPAL_I_i, PCSYNCB_o, COUT7_o, COUT6_o, COUT5_o, COUT4_o, COUT3_o, COUT2_o,
   COUT1_o, COUT0_o, CLK24DAC_o
} = $getpattern( pattern[i] ) ;

initial
begin
   #(64'h 0000000007e5ca20) if ( $test$plusargs( "stop" )) $stop(2); $finish(2);
end

initial
begin
   $readmemh( "y15mmp1_m.trig.v", trigger ) ;
   $readmemb( "y15mmp1_m.code.v", pattern ) ;
   for ( i = 0 ; i < change ; i = i + 1 ) #(trigger[i+1]) ;
end