cocotb-config:未找到命令

cocotb-config:未找到命令

我遇到了 cocotb make 文件无法找到的问题??

$ git clone https://github.com/potentialventures/cocotb  
Cloning into 'cocotb'...  
$ cd cocotb/examples/endian_swapper/tests  
$ make  
make: cocotb-config: Command not found  
Makefile:60: /Makefile.inc: No such file or directory  
make: cocotb-config: Command not found  
Makefile:61: /Makefile.sim: No such file or directory  
make: *** No rule to make target '/Makefile.sim'.  Stop.

答案1

这个问题在这里得到了回答: https://github.com/potentialventures/cocotb/issues/902

需要运行 PIP 安装,文档也正在更新。

相关内容