OpenCores
URL https://opencores.org/ocsvn/fpga-cf/fpga-cf/trunk

Subversion Repositories fpga-cf

[/] [fpga-cf/] [trunk/] [java/] [src/] [edu/] [byu/] [cc/] [plieber/] [fpgaenet/] [examples/] [IcapToolGui.java] - Diff between revs 2 and 7

Show entire file | Details | Blame | View Log

Rev 2 Rev 7
Line 100... Line 100...
                }
                }
                icapif = new IcapInterface(fcpProtocol);
                icapif = new IcapInterface(fcpProtocol);
                icapTools = new IcapTools(icapif);
                icapTools = new IcapTools(icapif);
                icapReadback = new IcapReadback(icapTools);
                icapReadback = new IcapReadback(icapTools);
                while(!fcpProtocol.isConnected());
                while(!fcpProtocol.isConnected());
 
                try {
                icapTools.synchIcap();
                icapTools.synchIcap();
 
                } catch (FCPException e) {
 
                        // TODO Auto-generated catch block
 
                        e.printStackTrace();
 
                }
        }
        }
 
 
        private void createActions() {
        private void createActions() {
                openLL = new QAction(tr("&Open LL File"), this);
                openLL = new QAction(tr("&Open LL File"), this);
                openLL.setShortcut(tr("Ctrl+O"));
                openLL.setShortcut(tr("Ctrl+O"));

powered by: WebSVN 2.1.0

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