source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Custom/include/Custom_default.h @ 88

Last change on this file since 88 was 88, checked in by rosiere, 15 years ago

Almost complete design
with Test and test platform

  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1#ifndef morpheo_behavioural_custom_Custom_default_h
2#define morpheo_behavioural_custom_Custom_default_h
3
4/*
5 * $Id: Custom_default.h 88 2008-12-10 18:31:39Z rosiere $
6 *
7 * [ Description ]
8 *
9 */
10
11#include "Behavioural/Custom/include/Custom.h"
12
13namespace morpheo {
14namespace behavioural {
15namespace custom {
16
17  bool                          default_get_valid_group               (uint32_t     group);
18  uint32_t                      default_get_nb_register               (uint32_t     group);
19  access_mode_t                 default_get_access_mode               (uint32_t     group,
20                                                                       uint32_t     reg);
21  custom_decod_t              * default_get_custom_decod              (Toperation_t operation);
22  custom_execute_genMoore_t   * default_get_custom_execute_genMoore   (Toperation_t operation);
23  custom_execute_transition_t * default_get_custom_execute_transition (uint32_t     group);
24  custom_execute_transition_t * default_get_custom_execute_reset      (uint32_t     group);
25  custom_vhdl_t               * default_get_vhdl_decod                (void);
26  custom_vhdl_t               * default_get_vhdl_execute              (void);
27 
28//custom_information_t          default_get_custom_information        (uint32_t     context);
29  custom_information_t          default_get_custom_information        (void);
30
31}; // end namespace custom
32}; // end namespace behavioural
33}; // end namespace morpheo             
34
35#endif
Note: See TracBrowser for help on using the repository browser.