How to integrate Eclipse, systemc-2.3.3, and cygwin on Windows?
Below I am going to share how I could integrate eclipse, systemc-2.3.3, and cygwin on a windows operating system.
Requirements:
Instructions:
#include <iostream>
using namespace std;
#include "systemc.h"
int sc_main(int, char* []) {
cout << "Done." << endl; // prints !!!Hello World!!!
return 0;
}
If you have included the fixed-point library, and Eclipse cannot resolve the defined fixed-point types, do as what follows.