Can’t figure out why you can’t use cos, sin or pow functions in a Xilinx SDK project? I found it surprisingly obscure as well. A solution is described here. Here are some screenshots:
You may also like
Getting started with the ZYNQ, all I wanted was running a simple Blinki code in Verilog. This turned out to be much […]
On the Windows command line: wmic diskdrive get model,status It either gives you “OK” or “PRED FAIL”.
Here are a few hints which I figured out myself while writing a Windows driver. Setting up the Environment Install Visual Studio […]
It happened to me when I wanted to read from SD card while being in an interrupt handler. Whenever I read something […]