| | 1 | [wiki:Component SocLib Components General Index] |
| | 2 | |
| | 3 | = TMS320C62 Processor Functional Description = |
| | 4 | |
| | 5 | This hardware component |
| | 6 | |
| | 7 | This hardware component is only an ISS, which should be wrapped with an [wiki:Component/IssWrapper IssWrapper]. |
| | 8 | |
| | 9 | |
| | 10 | = Component definition = |
| | 11 | |
| | 12 | Available in source:trunk/soclib/soclib/lib/tms320c6x/metadata/tms320c62.sd |
| | 13 | |
| | 14 | = Usage = |
| | 15 | |
| | 16 | TMS320C62 has no parameters. |
| | 17 | {{{ |
| | 18 | Uses( 'tms320c62') |
| | 19 | }}} |
| | 20 | |
| | 21 | = NiosII Processor ISS Implementation = |
| | 22 | |
| | 23 | The 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 | |
| | 33 | This component has no template parameters. |
| | 34 | |
| | 35 | == Constructor parameters == |
| | 36 | {{{ |
| | 37 | TMS320C62( |
| | 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 | |
| | 53 | None, it is to the wrapper to provide them. |