Changes between Initial Version and Version 1 of Component/TMS320C62


Ignore:
Timestamp:
Feb 10, 2009, 6:15:13 PM (15 years ago)
Author:
irisa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/TMS320C62

    v1 v1  
     1[wiki:Component SocLib Components General Index]
     2
     3= TMS320C62 Processor Functional Description =
     4
     5This hardware component
     6 
     7This hardware component is only an ISS, which should be wrapped with an [wiki:Component/IssWrapper IssWrapper].
     8
     9
     10= Component definition =
     11
     12Available in  source:trunk/soclib/soclib/lib/tms320c6x/metadata/tms320c62.sd
     13
     14= Usage =
     15
     16TMS320C62 has no parameters.
     17{{{
     18Uses( 'tms320c62')
     19}}}
     20
     21= NiosII Processor ISS Implementation =
     22
     23The implementation is in
     24    * source:trunk/soclib/soclib/lib/tms320c6x/include/iss/tms320c62.h
     25    * source:trunk/soclib/soclib/lib/tms320c6x/src/iss/tms320c62.cpp
     26    * source:trunk/soclib/soclib/lib/tms320c6x/src/iss/tms320c62_decoding.cpp
     27    * source:trunk/soclib/soclib/lib/tms320c6x/src/iss/tms320c62_instructions.cpp
     28
     29
     30
     31== Template parameters ==
     32
     33This component has no template parameters.
     34
     35== Constructor parameters ==
     36{{{
     37TMS320C62(
     38     sc_module_name name,   //  Instance Name
     39     int  ident);           // processor id
     40}}}
     41
     42== Visible registers ==
     43
     44
     45    The following internal registers define the processor internal state, and can be inspected:
     46
     47
     48== Interrupts ==
     49
     50
     51== Ports ==
     52
     53None, it is to the wrapper to provide them.