Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (16 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Custom/src/Custom_default.cpp

    r81 r88  
    223223#undef  FUNCTION
    224224#define FUNCTION "custom::default_get_custom_information"
    225   custom_information_t default_get_custom_information (uint32_t context)
     225//custom_information_t default_get_custom_information (uint32_t context)
     226  custom_information_t default_get_custom_information (void)
    226227  {
    227228    custom_information_t info;
     
    236237    info._get_vhdl_decod                = &morpheo::behavioural::custom::default_get_vhdl_decod               ;
    237238    info._get_vhdl_execute              = &morpheo::behavioural::custom::default_get_vhdl_execute             ;
     239
    238240    return info;
    239241  }
Note: See TracChangeset for help on using the changeset viewer.