diff options
| author | Keith Packard <keithp@keithp.com> | 2009-06-04 11:13:15 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-06-04 11:13:15 -0700 |
| commit | 17d2432a8b9c15963cd3b821f025ad33972ef477 (patch) | |
| tree | 8c679a78a162377e969d71c126ceeae2e55d1a10 /tests/half_phase | |
| parent | 210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7 (diff) | |
| parent | 8a9a3f02b951382573ff74dd6ce5a1c0f335fa86 (diff) | |
Merge ccdbg and altos sources into one giant repository
Keeping these separate isn't making things any easier.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'tests/half_phase')
| -rw-r--r-- | tests/half_phase | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/tests/half_phase b/tests/half_phase new file mode 100644 index 00000000..3ca4a303 --- /dev/null +++ b/tests/half_phase @@ -0,0 +1,71 @@ +# +# Debug mode - drive RESET_N low for two clock cycles +# +C D R +. D . +C D . +. D . +C D . +. D R + +# +# GET_STATUS +# + +C . R 0 +. . R +C . R 0 +. . R +C D R 1 +. D R +C D R 1 +. D R + +C . R 0 +. . R +C D R 1 +. D R +C . R 0 +. . R +C . R 0 +. . R + +# +# Now read for a while +# + +C D R +. D R +C D R +. D R +C D R +. D R +C D R +. D R + +C D R +. D R +C D R +. D R +C D R +. D R +C D R +. D R + +C D R +. D R +C D R +. D R +C D R +. D R +C D R +. D R + +C D R +. D R +C D R +. D R +C D R +. D R +C D R +. D R |
