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/Environment/src/Environment.cpp

    r81 r88  
    11#include "../include/Environment.h"
     2
     3using namespace morpheo;
    24
    35namespace environment {
     
    6062
    6163
    62 
    63 
    6464    for (uint32_t i=0; i<param->nb_entity; i++)
    6565      {
     
    7979    read_dram[0] = new char [max_data_size/8];
    8080    write_dram   = new char [max_data_size/8];
     81    context_stop = new bool [param->nb_entity];
     82    for (uint32_t i=0; i<param->nb_entity; ++i)
     83      context_stop [i] = false;
     84    nb_context_stop = 0;
    8185
    8286    // Port
Note: See TracChangeset for help on using the changeset viewer.