From: Grzegorz B. <grz...@gm...> - 2010-02-09 20:28:23
|
xc3sprog works, with FreeBSD 8 and the Spartan-3 Board 200K from Digilent, when this source code (in ioparport.cpp): if ((status & PCIII_TDO_MASK) && (!(data & PCIII_PROG_EN_N))) { fprintf(stderr,"Missing power for Parallel Cable III\n"); return NO_CABLE; is commented out. |