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

Subversion Repositories xulalx25soc

[/] [xulalx25soc/] [trunk/] [sw/] [port.h] - Diff between revs 5 and 25

Show entire file | Details | Blame | View Log

Rev 5 Rev 25
Line 40... Line 40...
// There are two ways to connect: via a serial port, and via a TCP socket
// There are two ways to connect: via a serial port, and via a TCP socket
// connected to a serial port.  This way, we can connect the device on one
// connected to a serial port.  This way, we can connect the device on one
// computer, test it, and when/if it doesn't work we can replace the device
// computer, test it, and when/if it doesn't work we can replace the device
// with the test-bench.  Across the network, no one will know any better that
// with the test-bench.  Across the network, no one will know any better that
// anything had changed.
// anything had changed.
#define FPGAHOST        "lazarus"       // A random hostname,back from the grave
#define FPGAHOST        "localhost"     // A random hostname,back from the grave
#define FPGATTY         "/dev/ttyUSB1"
#define FPGATTY         "/dev/ttyUSB1"
#define FPGAPORT        7239    // Just some random port number ....
#define FPGAPORT        7239    // Just some random port number ....
 
 
#ifdef  USBI_H
#ifdef  USBI_H
#define FPGAOPEN(V) V= new FPGA(new USBI())
#define FPGAOPEN(V) V= new FPGA(new USBI())

powered by: WebSVN 2.1.0

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