You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_reset_syntax_error.cfg 427 B

1234567891011121314151617
  1. # Test script to check that syntax error in reset
  2. # script is reported properly.
  3. # at91eb40a target
  4. #jtag scan chain
  5. set _CHIPNAME syntaxtest
  6. jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf
  7. #target configuration
  8. set _TARGETNAME $_CHIPNAME.cpu
  9. target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi-s_r4
  10. $_TARGETNAME configure -event reset-init {
  11. syntax error
  12. }