~michael-gruz/+junk/geepro

« back to all changes in this revision

Viewing changes to drivers/xilinx_cable_iii.cpp

  • Committer: Michael Gruz
  • Date: 2013-10-28 11:50:54 UTC
  • Revision ID: michael-gruz@seznam.cz-20131028115054-fk8zz7uvejaxy5qd
r194

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        case HW_TEST_CONTINUE : return 1;       
147
147
        // GUI
148
148
        case HW_GINIT: return x3_gui( GEEPRO(ptr), (const char *)"none", (const char *)"" );
149
 
        case HW_SET_CHIP: return x3_gui( GEEPRO(ptr), iface_get_chip_name(GEEPRO(ptr)->ifc), iface_get_chip_family(GEEPRO(ptr)->ifc) );
 
149
//      case HW_SET_CHIP: return x3_gui( GEEPRO(ptr), GEEPRO(ptr)->chp->chip_name, GEEPRO(ptr)->chp->chip_family );
150
150
        // iface
151
151
        case HW_GET_JTAG_TDO : return x3_get_tdo();
152
152
        case HW_SET_JTAG_TDO : return x3_set_tdo( val );