2003-08-18 Marcel Telka <marcel@telka.sk>

* data/samsung/s3c4510b/s3c4510b: Fixed some errors in instruction declarations (Jiun-Shian Ho).


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@518 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 1f60b4c6dd
commit db374e27ab

@ -1,3 +1,7 @@
2003-08-18 Marcel Telka <marcel@telka.sk>
* data/samsung/s3c4510b/s3c4510b: Fixed some errors in instruction declarations (Jiun-Shian Ho).
2003-08-18 Marcel Telka <marcel@telka.sk>
* src/detect.c (detect_parts): Marked one forgotten string for translation.

@ -198,6 +198,8 @@ register BR 1 # Bypass Register
# optional data registers
register DIR 32 # Device Identification Register
register SCAN 4 # Select scan channel for ARM
# Appendix-A (Page A-16) in [1]
instruction length 4
@ -208,9 +210,14 @@ instruction SAMPLE/PRELOAD 0011 BSR
instruction BYPASS 1111 BR
# optional instructions
instruction CLAMP 1001 BR
instruction HIGHZ 0111 BR
instruction IDCODE 1110 DIR
instruction INTEST 1100 BSR
instruction CLAMP 0101 BR
instruction CLAMPZ 1001 BR
instruction RESTART 0100 BR
instruction SCAN_N 0010 SCAN
# see Table A-2 or BSDL file (Page: A-16 ~ A-23) in [1]
bit 232 I ? nUADTR1

Loading…
Cancel
Save