FPGA FIFO 读取模式分两种:
Normal Mode: In normal mode, the “rdreq” signal serves as the read request or read enable. When this signal goes high, the data output provides the first data from the FIFO.Essentially, in normal mode, data is availa…
Linux配置.bashrc文件导致各种命令(vim、sudo)失效。
起因是 nvcc-V一直报错:-bash:nvcc: command not found
踩坑记录:上网一查说是没有配置cuda的环境变量。于是去修改了bashrc文件,在最下面…