OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 132 to Rev 133
    Reverse comparison

Rev 132 → Rev 133

/openmsp430/trunk/tools/lib/tcl-lib/dbg_functions.tcl
541,7 → 541,7
 
if {[string eq "0x00000000" $cpu_id_full] |
([string length $cpu_id_full]!=10) |
($omsp_info(cpu_ver) >2) } {
($omsp_info(cpu_ver) >3) } {
puts "\n"
puts "ERROR: cpu_id not valid: $cpu_id_full"
puts ""
/openmsp430/trunk/tools/lib/tcl-lib/dbg_uart.tcl
77,6 → 77,7
 
# Send synchronisation frame
dbg_uart_tx {0x80}
after 100
 
# Send dummy frame in case the debug interface is already synchronized
dbg_uart_tx {0xC0}
/openmsp430/trunk/tools/omsp_alias.xml
5,16 → 5,16
 
<!-- =============================================================== -->
<!-- || || -->
<!-- || oMSP-Xilinx-Example (CPU version 2) || -->
<!-- || oMSP-Xilinx-Example (CPU version 3) || -->
<!-- || || -->
<!-- =============================================================== -->
<omsp:alias val="oMSP-Xilinx-Example-CPUv2">
<omsp:alias val="oMSP-Xilinx-Example-CPUv3">
 
<!-- +++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- | openMSP430 core configuration to be matched | -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++ -->
<omsp:configuration>
<omsp:cpu_ver>2</omsp:cpu_ver>
<omsp:cpu_ver>3</omsp:cpu_ver>
<omsp:user_ver>1</omsp:user_ver>
<omsp:asic>0</omsp:asic>
<omsp:mpy>1</omsp:mpy>

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.