Ignore:
Timestamp:
Apr 15, 2008, 8:40:01 PM (16 years ago)
Author:
rosiere
Message:
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/Environment/Queue/selftest/main.cpp

    • Property svn:keywords set to Id
    r80 r81  
    1 #include <iostream>
    21#include "../include/Sort_Queue.h"
    32#include "../include/Sort_Queue_Dynamic.h"
     3#include <iostream>
    44
    55using namespace std;
     
    5252
    5353
    54 int main (void)
     54#ifdef SYSTEMC
     55int sc_main (int argc, char * argv[])
     56#else
     57int    main (int argc, char * argv[])
     58#endif
    5559{
    5660  cout << "<main> Begin" << endl;
Note: See TracChangeset for help on using the changeset viewer.