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_example.cpp

    r81 r88  
    265265#undef  FUNCTION
    266266#define FUNCTION "custom::example_get_custom_information"
    267   custom_information_t example_get_custom_information (uint32_t context)
    268   {
    269     // for all context
    270 
     267//custom_information_t example_get_custom_information (uint32_t context)
     268  custom_information_t example_get_custom_information (void)
     269  {
    271270    custom_information_t info;
    272271   
     
    280279    info._get_vhdl_decod                = &morpheo::behavioural::custom::example_get_vhdl_decod               ;
    281280    info._get_vhdl_execute              = &morpheo::behavioural::custom::example_get_vhdl_execute             ;
     281
    282282    return info;
    283283  }
Note: See TracChangeset for help on using the changeset viewer.