alexforencich / cocotbext-axi

AXI interface modules for Cocotb
MIT License
211 stars 70 forks source link

question for install #27

Open sunkim68 opened 3 years ago

sunkim68 commented 3 years ago

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

Botnic commented 3 years ago

ModuleNotFoundError: No module named 'cocotb_test'

Did you install the packet cocotb_test?

sunkim68 commented 3 years ago

Thank you for your reply and meanwhile waiting for your reply, I figure-out that, I missed install it and it is OK now.

Thanks again your reply. Sun Kim

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows

From: @.> Sent: Thursday, October 7, 2021 7:58 AM To: @.> Cc: @.>; @.> Subject: Re: [alexforencich/cocotbext-axi] question for install (#27)

ModuleNotFoundError: No module named 'cocotb_test'

Did you install the packet cocotb_test?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/alexforencich/cocotbext-axi/issues/27#issuecomment-937875533, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABMV7RJ4RW57DLJU242VBPTUFWYQLANCNFSM5FHXPF4Q. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

rodrigomelo9 commented 2 years ago

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.