-
Notifications
You must be signed in to change notification settings - Fork 47
Why can't i use cmac_stats #18
Comments
I've never seen this error with this program, but I have a feeling that something is missing Can you report? file ./bin/cmac_stats and ldd ./bin/cmac_stats |
|
Rereading the error, it is not complaining about the C file (that should've trigger compilation error). It is complaining about opening the FPGA device in this line https://github.com/hpcn-uam/Limago/blob/master/Software/User/common/common_functions.c#L195 Is the FPGA configured? What is the output of |
Thanks for replying.I'm new to this ... So, what else should i configure.
|
Were you able to read the cmac_starts? |
Can‘t. Same error |
Please elaborate on all the steps you have taken so far |
1.generate bitstream and program device |
You need to reboot the server after programming the FPGA. The PCIe link is brought down after programming the FPGA, therefore reboot is needed to re enumerate the PCIe devices. This is described How to test if the design works expand it by clicking More troubleshooting steps here |
I'm using command
sudo ./bin/cmac_stats
to start cmac_stats, and get error:This file clearly exists, I also compile successfully according to the requirements of readme.md in Software
The text was updated successfully, but these errors were encountered: