$_TARGETNAME configure -event reset-start {
# start off real slow when we're running off internal RC oscillator
- jtag_khz 32
+ adapter_khz 32
}
proc peek32 {address} {
echo "Master clock ok."
# Now that we're up and running, crank up speed!
- global post_reset_khz ; jtag_khz $post_reset_khz
+ global post_reset_khz ; adapter_khz $post_reset_khz
echo "Configuring the SDRAM controller..."
$_TARGETNAME configure -event reset-start {
# Start *real slow* as we do not know the
# state the boot rom left the clock in
- jtag_khz 10
+ adapter_khz 10
}
# Set up 100MHz clock to CPU
#
#
global MCB1700_CCLK
- jtag_khz [expr $MCB1700_CCLK / 8]
+ adapter_khz [expr $MCB1700_CCLK / 8]
# Do not remap 0x0000-0x0020 to anything but the flash (i.e. select
# "User Flash Mode" where interrupt vectors are _not_ remapped,
ft2232_device_desc "NXHX 10-ETM"
ft2232_layout comstick
ft2232_vid_pid 0x0640 0x0028
-jtag_khz 6000
+adapter_khz 6000
ft2232_device_desc "NXHX 500-ETM"
ft2232_layout comstick
ft2232_vid_pid 0x0640 0x0028
-jtag_khz 6000
+adapter_khz 6000
ft2232_device_desc "NXHX 500-RE"
ft2232_layout comstick
ft2232_vid_pid 0x0640 0x0028
-jtag_khz 6000
+adapter_khz 6000
ft2232_device_desc "NXHX 50-ETM"
ft2232_layout comstick
ft2232_vid_pid 0x0640 0x0028
-jtag_khz 6000
+adapter_khz 6000
ft2232_device_desc "NXHX50-RE"
ft2232_layout comstick
ft2232_vid_pid 0x0640 0x0028
-jtag_khz 6000
+adapter_khz 6000
# Run with *real slow* clock by default since the
# boot rom could have been playing with the PLL, so
# we have no idea what clock the target is running at.
-jtag_khz 10
+adapter_khz 10
$_TARGETNAME configure -event reset-init {
# Do not remap 0x0000-0x0020 to anything but the flash (i.e. select
# bit more to be on the safe side. Perhaps superstition, but if are
# running off a crystal, we can run closer to the limit. Note
# that there can be a pretty wide band where things are more or less stable.
-jtag_khz 1000
+adapter_khz 1000
jtag_nsrst_delay 100
jtag_ntrst_delay 100