-
Notifications
You must be signed in to change notification settings - Fork 22
Prerequisites
Kirk Morrow edited this page Feb 25, 2015
·
3 revisions
It is possible to get started developing an AFU and software application to communicate with the AFU using PSLSE without any CAPI enabled hardware. The simulation environment can be run on just about any Linux machine.
You only need the header files installed. You do not need the kernel itself to run PSLSE simulation. Although you will need the kernel when you are ready to move to hardware testing.
- Verilog PLI 2.0 (VLI) capable simulator
This is the simulator that will be used to build and run the HDL model. The simulator is controlled by C code that communicates using the VLI API. Configuration for each simulator varies. Please feel free to add instructions for linking with any simulator not detailed already if you know how to do it.