Changes between Version 13 and Version 14 of Component/lm32


Ignore:
Timestamp:
Jun 4, 2010, 10:33:25 AM (14 years ago)
Author:
graba
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/lm32

    v13 v14  
    99This ISS uses the [wiki:Component/Iss2Api ISS2 API]
    1010and can be wrapped in a CABA or TLM-T [wiki:Component/VciXcacheWrapper Wrapper].
    11  * [wiki:Tools/GdbServer gdb server] support is under development.
     11 * It also supports the [wiki:Tools/GdbServer gdb server].
    1212
    1313It implements all instructions defined in the Lattice Mico32 Processor Reference Manual.
     
    5050nb. The revision number of the ISS is set by default to 63.
    5151
     52The ISS has a template parameter "lEndianInterface" to specify whereas the lm32 acts externally as little endian (to conform with SocLib convention) or as big endian as the real CPU. This template must be specified when instantiating the lm32 ISS.
     53
     54nb. If used in big endian configuration the [wiki:Tools/GdbServer gdb server wrapper] will not behave correctly, and byte order will not be respected when reading/writing from/to memory in a gdb client.   
     55
    5256== Compiling programs for lm32 with SoCLib ==
    5357