Ignore:
Timestamp:
May 14, 2008, 7:08:56 PM (16 years ago)
Author:
rosiere
Message:

Decod :

  • Correct selftest
  • Set Instruction address on (32/64)-2 bits,
  • Decod Custom Instruction : valid and tested. (add an test to verify the decod information)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Decod_unit/Decod/Instruction/include/Instruction.h

    r81 r86  
    3737
    3838  void instruction_illegal             (decod_instruction_t * inst, decod_param_t * param);
     39
     40  void instruction_l_custom            (decod_instruction_t * inst, decod_param_t * param);
     41  void instruction_lf_custom           (decod_instruction_t * inst, decod_param_t * param);
     42  void instruction_lv_custom           (decod_instruction_t * inst, decod_param_t * param);
     43  void instruction_custom              (decod_instruction_t * inst, decod_param_t * param);
    3944 
    4045  // ORBIS
Note: See TracChangeset for help on using the changeset viewer.