09-01-2022 04:49 AM
Hello everyone,
I just want to ask if itis possible to compile/run a FPGA vi with no target device? does it exist a simulator to replace the real target and see how the device will behave?
Thanks in advance.
regards,
ND_CV
Solved! Go to Solution.
09-01-2022 06:02 AM
Hi CV,
@CV_ND wrote:
I just want to ask if itis possible to compile/run a FPGA vi with no target device?
To be able to compile the FPGA VI you need to set a certain target in your project.
(But you don't need that target connected to your computer.)
Later on you can run the FPGA VI in simulation mode without hardware attached, with some limitations (regarding timing and certain FPGA features).
09-01-2022 06:09 AM
Hello GerdW,
Thanks for the fastest reply,
is there any manual / tutorial for doing that (simulating FPGA target even if it's not connected) ?
Thanks,
best regards
ND_CV
09-01-2022 07:47 AM
Hi CV,
@CV_ND wrote:
is there any manual / tutorial for doing that (simulating FPGA target even if it's not connected) ?
Open the FPGA VI, look at the lower left corner of the window.
There is a selection box where you can switch the execution system from "FPGA" to "Simulation"!
Edit: NI recommends to run in simulation mode before compiling…
09-02-2022 06:11 AM
Hi GerdW,
I'm not able to find the selection box that you mentioned.
can you please help me finding it?
Thanks
CV-ND
09-19-2022 10:10 AM
09-19-2022 10:28 AM
If you are using DAQmx on a cRIO, you are not using the FPGA in a user-configurable way. The code you have is on the RT side of the cRIO.
09-20-2022 01:10 AM
Hello everyone,
thank you very much for your answers.
I have found how to simulate the FPGA vi, but how can I do that for an RT vi?