venc_pal.tst
2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
//****************************************************************************
//
// File: venc_pal.tst
// Test file for Encoder
//
// NOTE: input vclock should have 56387 ps period: sim.ipc +vclk=56387
//****************************************************************************
// Keep alive socket
k 1
vi_snoop 1
// Configure RDRAM
t 0200 00000000 00000000 00000000 00000000
// PLL configure for PAL: n=28, m=5, p=2, S=1, VNTPL=0, power up dac
t 103 0x04300030 0x00093645 0x00093645 0x0
t 103 0x04300030 0x00093644 0x00093644 0x0
// Wait 37 uSec for PLL clock to come out
t 014 0E80 0 0 0
// Now reset the encoder using the test mode control
// and take vi out of reset
t 103 0x04300030 0x02893644 0x02893644 0x0
t 014 10 0 0 0
t 103 0x04300030 0x02093644 0x02093644 0x0
t 014 30 0 0 0
t 103 0x04300030 0x02893644 0x02893644 0x0
t 014 10 0 0 0
t 103 0x04300030 0x02093644 0x02093644 0x0
t 014 10 0 0 0
// Fill DRAM with data
// 700 is Luma ramp
t 0700 0x1000 280 0 0
// 701 is Color bars
t 0701 0x1a00 280 0 0
t 0700 0x2400 280 0 0
t 0701 0x2e00 280 0 0
t 0701 0x3800 280 0 0
// Read VI_CTRL, make sure is zeroed out
t 0103 04400000 00000000 00000000 00000000
// Write-Read VI_ORIGIN
t 0103 04400004 00001000 00001000 00000000
// Write-Read VI_WIDTH
t 0103 04400008 00000280 00000280 00000000
// Write-Read VI_V_INT
t 0103 0440000c 000003ff 000003ff 00000000
// Write-Read VI_BURST
t 0103 04400014 0402233a 0402233a 00000000
// Write-Read VI_V_SYNC
t 0103 04400018 00000028 00000028 00000000
// Write-Read VI_H_SYNC
t 0103 0440001c 00150c69 00150c69 00000000
// Write-Read VI_LEAP
t 0103 04400020 0c6f0c6e 0c6f0c6e 00000000
// Write-Read VI_H_START
t 0103 04400024 00800300 00800300 00000000
// Write-Read VI_V_START
t 0103 04400028 00050025 00050025 00000000
// Write-Read VI_V_BURST
t 0103 0440002c 00050025 00050025 00000000
// Write-Read VI_X_SCALE
t 0103 04400030 00000400 00000400 00000000
// Write-Read VI_Y_SCALE
t 0103 04400034 00000400 00000400 00000000
// Write-Read VI_CTRL
t 0103 04400000 00003303 00003303 00000000
// Write VI_V_CURRENT
t 0102 04400010 00000000 00000000 00000000
// Read VI_V_CURRENT
t 0100 04400010 00000000 00000000 00000000
// Loop until we hit line number 0xc
t 0107 04400010 ffffffff 0000000c 00000000
//****************************************************************************
// QUIT
//****************************************************************************
k 0
q