OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk
    from Rev 860 to Rev 861
    Reverse comparison

Rev 860 → Rev 861

/orpsocv2/bench/sysc/src/UartSC.cpp
34,6 → 34,7
 
#ifdef UART_SC_STDIN_ENABLE
#include <termios.h>
#include <unistd.h>
#endif
 
SC_HAS_PROCESS(UartSC);
/orpsocv2/bench/sysc/src/GdbServerSC.cpp
35,6 → 35,7
 
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
extern int monitor_to_gdb_pipe[2][2]; // [0][] - monitor to gdb, [1][] - gdb to monitor, [][0] - read, [][1] - write
 
using std::cerr;
/orpsocv2/bench/sysc/src/Or1200MonitorSC.cpp
30,6 → 30,7
#include <iostream>
#include <iomanip>
#include <fstream>
#include <unistd.h>
#include <sys/types.h>
#include <netinet/in.h>
using namespace std;
/orpsocv2/bench/sysc/src/RspConnection.cpp
32,6 → 32,7
#include <cerrno>
#include <csignal>
#include <cstring>
#include <unistd.h>
 
#include <netdb.h>
#include <arpa/inet.h>

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.