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

Subversion Repositories openmsp430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openmsp430/trunk/tools
    from Rev 163 to Rev 169
    Reverse comparison

Rev 163 → Rev 169

/omsp_alias.xml
8,7 → 8,7
<!-- || Avnet Spartan6 LX9 Microboard || -->
<!-- || || -->
<!-- =============================================================== -->
<omsp:alias val="Avnet Spartan6 LX9 Microboard">
<omsp:alias val="Avnet Spartan6 LX9 Microboard !!! Dual core oMSP !!!">
 
<!-- +++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- | openMSP430 core configuration to be matched | -->
18,8 → 18,8
<omsp:cpu_ver>3</omsp:cpu_ver>
<omsp:asic>0</omsp:asic>
<omsp:mpy>1</omsp:mpy>
<omsp:pmem_size>4096</omsp:pmem_size>
<omsp:dmem_size>1024</omsp:dmem_size>
<omsp:pmem_size>16384</omsp:pmem_size>
<omsp:dmem_size>4096</omsp:dmem_size>
<omsp:per_size>512</omsp:per_size>
</omsp:configuration>
 
27,7 → 27,7
<!-- | Extra info | -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++ -->
<omsp:extra_info>
<omsp:Description>This is an example implementation of the openMSP430 core on a Xilinx Spartan6 FPGA</omsp:Description>
<omsp:Description>This is an example implementation of a dual-core openMSP430 core on a Avnet Spartan6 LX9 Microboard</omsp:Description>
<omsp:Contact>Olivier GIRARD</omsp:Contact>
<omsp:Email>olgirard@googlemail.com</omsp:Email>
<omsp:URL>http://opencores.org/project,openmsp430</omsp:URL>
/bin/openmsp430-minidebug.tcl
147,7 → 147,17
global omsp_nr
global CpuNr
 
set connection_status [GetDevice $CpuNr]
set connection_sum 0
for {set ii 0} {$ii < $omsp_nr} {incr ii} {
set connection_ok [GetDevice $ii]
set connection_sum [expr $connection_sum + $connection_ok]
if {$connection_ok==0} {
set error_msg "Could not connect to Core $ii"
}
}
if {$connection_sum==$omsp_nr} {
set connection_status 1
}
 
if {$connection_status} {
set mem_sizes [GetCPU_ID_SIZE $CpuNr]
266,7 → 276,10
}
 
} else {
.ctrl.connect.info.l1.con configure -text "Connection problem" -fg red
for {set ii 0} {$ii < $omsp_nr} {incr ii} {
set omsp_info($ii,connected) 0
}
.ctrl.connect.info.l1.con configure -text $error_msg -fg red
}
}
 
1207,7 → 1220,7
 
} elseif {$temp_if=="I2C"} {
 
.omsp_adapt_config.main.i2c.cpunr.s configure -state disabled
.omsp_adapt_config.main.i2c.cpunr.s configure -state normal
# .omsp_adapt_config.main.i2c.cpunr.s configure -state normal
.omsp_adapt_config.main.i2c.cpu0.s configure -state normal
 

powered by: WebSVN 2.1.0

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