Research Platforms

Xilinx FPGA Platforms

Altera FPGA Platforms

Multiprocessor ARM

SystemC

SystemC is a system level simulation platform that allows an exploration of multiprocessor application partitioning on a single processor platform.

Here are some instructions for installing SystemC on a Windows machine running cygwin:

1. Copy systemc-2.1.v1 directory into /usr/local
2. Go into /usr/local/systemc-2.1.v1 and run ./configure
3. run "make pthreads"
4. run "make install"