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/RamLock/selftest/main.cpp

    • Property svn:keywords set to Id
    r80 r81  
     1#include "../include/RamLock.h"
    12#include <iostream>
    2 #include "../include/RamLock.h"
    33
    44using namespace std;
     
    2424
    2525
    26 int main (void)
     26#ifdef SYSTEMC
     27int sc_main (int argc, char * argv[])
     28#else
     29int    main (int argc, char * argv[])
     30#endif
    2731{
    2832  cout << "<main> Begin" << endl;
Note: See TracChangeset for help on using the changeset viewer.