alexforencich/cocotbext-axi

question for install

sunkim68 opened this issue · 3 comments

Hello,

I am trying to run cocotbext-axi as below but I think I missed something.

% git clone https://github.com/alexforencich/cocotbext-axi
% pip install -e cocotbext-axi
% cd cocotbext-axi/tests/axi
% make

but I have below issues, would you please let me know what I missed?
File "C:\cygwin64\home\sunki\projects\examples\cocotbext-axi\tests\axi\test_axi.py", line 30, in
import cocotb_test.simulator
ModuleNotFoundError: No module named 'cocotb_test'
0.00ns ERROR cocotb.gpi gpi_embed.cpp:324 in _embed_sim_init cocotb initialization failed - exiting
0.00ns ERROR cocotb.scheduler init.py:302 in _sim_event Failing test at simulator request before test run completion: Simulator shutdown prematurely
ERROR: results.xml was not written by the simulation!
/c/users/sunki/anaconda3/lib/site-packages/cocotb/share/makefiles/simulators/Makefile.icarus:69: recipe for target 'results.xml' failed
make[1]: *** [results.xml] Error 1
make[1]: Leaving directory '/c/cygwin64/home/sunki/projects/examples/cocotbext-axi/tests/axi'
c:\users\sunki\anaconda3\lib\site-packages\cocotb\share\makefiles/Makefile.inc:39: recipe for target 'sim' failed
make: *** [sim] Error 2

Thank you in advance.
Sun Kim

ModuleNotFoundError: No module named 'cocotb_test'

Did you install the packet cocotb_test?

Hi @alexforencich this issue was already solved, and the problem (missing cocotb-test) is already involved in another issue (#10), so it can be closed.