Changeset 25


Ignore:
Timestamp:
May 21, 2007, 12:33:37 PM (17 years ago)
Author:
rosiere
Message:

Déplacmenent du type enum "direction_t" hors du fichier d'entête Vhdl.h

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.defs

    r23 r25  
    66
    77#-----[ Directory ]----------------------------------------
    8 DIR_COMPONENT_MORPHEO           = ../
     8DIR_COMPONENT_MORPHEO           = ..
    99DIR_MORPHEO                     = $(DIR_COMPONENT)/$(DIR_COMPONENT_MORPHEO)
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Vhdl.h

    r2 r25  
    1414#include <iostream>
    1515#include <list>
     16#include "Behavioural/include/Direction.h"
    1617#include "Include/ToString.h"
    1718#include "Include/Debug.h"
     
    2122namespace morpheo              {
    2223namespace behavioural          {
    23 
    24   typedef enum { IN, OUT, INOUT } direction_t;
    2524
    2625  string std_logic        (uint32_t size);
Note: See TracChangeset for help on using the changeset viewer.