Jump to content

tom@nrl

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

tom@nrl's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I figured out that I had to open a cmd terminal and navigating to the executable file, DptiDemo.exe. But could someone suggest an example of typical command with options to transfer data from host to FPGA and FPGA to host? thank you.
  2. I have Genesys 2 FPGA board, I would like to implement DPTI, this is my computer setup: OS: Windows 7, 64-bit. Visual C++ 2012, Xilinx Vivado 2015.4. The following are questions I have, 1) Do I need to install driver for FT2232H? (even though, I can program the FPGA via JTAG normally) 2) FT2232H has two ports: one is used by Jtag and the other is avail. for ether DSPI or DPTI, Which port is used for Jtag on Genesys 2? 3) I have the FPGA part implemented and programmed for DPTI (with chipscope monitoring signals for any activities), the software part is what I am not so comfortable with, especially using Visual studio. I followed the "Building an Adept SDK Project in Visual studio" and successfully built without any errors. When I do DEBUG/Start Debugging, I notice a quick flash of a terminal and received message "DptiDemo.exe has exited with code 1 (0x1)." on the Output window. I debugged by following the code to " Check to see if the user specified a device name/connection string.", this is where it got stuck. I usually program in C++ in Linux, where you can run the executable with arguments, so the question is how do I run the executable with arguments in Visual C++. Can you please be as specific as you are able (since I have never used VC++ before). That bring me to next question 4) Can I used the software included here to work in Linux? Thank you so much in advance for your help.
×
×
  • Create New...