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.
 
 
 
 
 
 

36 lines
775 B

  1. # СБИС К1879ХБ1Я
  2. # http://www.module.ru/catalog/micro/mikroshema_dekodera_cifrovogo_televizionnogo_signala_sbis_k1879hb1ya/
  3. adapter speed 1000
  4. if { [info exists CHIPNAME] } {
  5. set _CHIPNAME $CHIPNAME
  6. } else {
  7. set _CHIPNAME к1879хб1я
  8. }
  9. if { [info exists ENDIAN] } {
  10. set _ENDIAN $ENDIAN
  11. } else {
  12. set _ENDIAN little
  13. }
  14. if { [info exists DSP_TAPID] } {
  15. set _DSP_TAPID $DSP_TAPID
  16. } else {
  17. set _DSP_TAPID 0x2b900f0f
  18. }
  19. jtag newtap $_CHIPNAME dsp -irlen 4 -expected-id $_DSP_TAPID
  20. if { [info exists CPU_TAPID] } {
  21. set _CPU_TAPID $CPU_TAPID
  22. } else {
  23. set _CPU_TAPID 0x07b76f0f
  24. }
  25. jtag newtap $_CHIPNAME arm -irlen 5 -expected-id $_CPU_TAPID
  26. set _TARGETNAME $_CHIPNAME.arm
  27. target create $_TARGETNAME arm11 -chain-position $_CHIPNAME.arm