Ignore:
Timestamp:
May 21, 2009, 12:01:32 AM (15 years ago)
Author:
rosiere
Message:

1) Stat List : scan all queue to find free register
2) Write_queue : test "genMealy" add bypass [0]
3) Functionnal_unit : add const parameters to add or not the pipeline_in
4) Load Store Unit : if load make an exception, free nb_check
5) Debug, change test to add model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Types.h

    r111 r118  
    2020  typedef uint8_t            Texception_t;
    2121  typedef uint8_t            Tcontext_t;
    22   typedef uint8_t            Tpacket_t;
     22  typedef uint16_t           Tpacket_t;
    2323  typedef uint8_t            Toperation_t;
    2424  typedef uint8_t            Ttype_t;
    25   typedef uint8_t            Tcounter_t; // universal counter
    26   typedef uint8_t            Tptr_t;     // universal pointer
     25  typedef uint32_t           Tcounter_t; // universal counter
     26  typedef uint32_t           Tptr_t;     // universal pointer
    2727  typedef uint32_t           Tspr_t;
    2828  typedef uint16_t           Tspr_address_t;
Note: See TracChangeset for help on using the changeset viewer.