From 208bc15714c7b4020c017eef19011c4eb9ab51e2 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 4 Jun 2009 11:20:10 -0700 Subject: Move build and debug tools to 'cctools' directory. These tools were merged in from the ccdbg package. Signed-off-by: Keith Packard --- cctools/tests/half_phase | 71 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 cctools/tests/half_phase (limited to 'cctools/tests/half_phase') diff --git a/cctools/tests/half_phase b/cctools/tests/half_phase new file mode 100644 index 00000000..3ca4a303 --- /dev/null +++ b/cctools/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 -- cgit v1.2.3