02-03-2018 02:12 PM
When I attempt to use the Desktop Execution Node (DEN) with FPGA code written on a sbRIO-9651 target, the only available resource listed under the FPGA Target in the DEN configuration dialog is the Onboard I/O. I expected to see the I/O from the Socket, defined by the CLIP. Am I doing something wrong, or are my expectations incorrect?
Cheers,
Chris
02-05-2018 10:04 AM
Hi Chris,
You're not doing anything wrong, this is expected behavior. The socket I/O is not accessible in DEN under the FPGA's available resources. However, you should be able to access any controls or indicators that are wired to the I/O nodes you use in your VI.
Will
National Instruments
02-05-2018 10:43 AM
Hello Will,
Appreciate the reply, and I do see all the controls and indicators on the the front panel of our FPGA_Main.vi in the DEN.
I was hoping to do some timing studies of our FPGA code, but none of the I/O items are also wired to indicators. The main reason there are no indicators is that our fabric usage is high and we have reduced the number of controls and indicators in general.
Any suggestions on how to study the timing of I/O items used in the sbRIO-9651 with simulation?
02-05-2018
02:44 PM
- last edited on
10-11-2024
01:33 PM
by
Content Cleaner
Chris,
In that case, your best bet may be to try one of the third-party simulation options.
If you choose that route you might find this tutorial helpful:
Cycle-Accurate Simulation with Xilinx ISim
Also, compatibility of Mentor Graphics software will be dependent on your version of LabVIEW.
Will
National Instruments
02-07-2018 01:09 PM
Wow - this is going to be quite an amount of work.
<customer request>It would be very nice to have the socket IO available in the DEN</customer request>
I've started working my way through the example, but there are no instructions regarding the access of IO items of the socket. In the file tb_NiFpgaSimulationModel.vhd there are examples for:
Can you help me determine how to add the IO item?
BTW, I'm a Windows LabVIEW user of 20+ years, but have no experience with Xilinx tools.
02-07-2018 01:26 PM
NVM, it looks like the IO is added automatically, I just ran RegenerateXSim.bat and see the IO. To be continued....
02-07-2018
05:36 PM
- last edited on
10-11-2024
01:34 PM
by
Content Cleaner
Couple things to note
I was able see simulation:
simulation
for this simple fpga main code.
fpga code