bcp_si.tst 1.23 KB
//****************************************************************************
//
// File: bcp_si.tst
//       Test file for Serial Interface (SI)
//
// $Revision: 1.6 $
//
// File Format:
//
// t <id> <arg1> <arg2> <arg3> <arg4>   - Run test id with the 4 args
//                                              where id   = decimal number
//                                                    argX = hex number
// q                                    - Quit testing and shutdown verilog
//                                        server
//
//
//****************************************************************************

//****************************************************************************
// Make persist socket
k 1

//****************************************************************************
// Configure DDR (normally done by bcp_init.tst in nightly script)
//
//t 0200 00000000 00000000 00000000 00000000


// run all SI tests
t 0600 00000000 00000000 00000000 00000000


//*****************************************************************************
// close persistent socket
k 0
//*****************************************************************************
// shut down verilog (normally done by bcp_quit.tst in nightly script)
//q