C O N T R O L L E R S O F T W A R E
2
AETest USB
The command line USB controller program is called “AETEST_USB”. It provides a subset of
the features available on USB Controller and is cross platform. This program is a convenient
place to start if you are going to be writing a custom IO controller for USB to communicate
with the DN9002K10PCI
2.1
Compiling AETest_usb
AETest_usb can be compiled using Microsoft Visual Studio 6 or later, or on any version of
Linux that supports the usbdevfs library.
A make file is provided, but you must un-comment one of the following lines to define which
operating system you are running. In Windows, you should run nmake.
#DESTOS = WIN_WDM
#DESTOS = LINUX
#DESTOS = SOLARIS
2.2
Compiling the Driver
Compiling the driver on windows requires the windows driver development kit. A script
“Makeit.bat” can be run from within the windows DDK build environment.
Most people don’t need to compile the driver in windows because it already works.
In Linux, the driver must be compiled unless you happen to be using the same architecture and
OS version as ours when we compiled it.
3
PCI AETEST Application
AETEST utility program can test and verify the functionality of the DN9002K10PCI Logic
Emulation board, and provide data transfer to and from the User design.
All AETEST source code is included on the CD-ROM shipped with your DN9002K10PCI
Logic Emulation kit. AETEST can be installed on a variety of operating systems, including:
•
DOS and Windows 95/98/ME using DPMI (DOS Protected Mode Interface)
•
Windows 98/ME using a VxD driver
•
Windows 2000/XP (Windows WDM)
•
Windows NT
•
Linux
•
Solaris
DN9002K10PCI User Guide
www.dinigroup.com
34
Summary of Contents for DN9002K10PCI
Page 1: ...LOGIC Emulation Source UserGuide DN9002K10PCI ...
Page 3: ......
Page 34: ......
Page 46: ...C O N T R O L L E R S O F T W A R E DN9002K10PCI User Guide www dinigroup com 36 ...
Page 150: ......