cocotbext-axi
cocotbext-axi copied to clipboard
question for install
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
Thank you in advance. Sun Kim
ModuleNotFoundError: No module named 'cocotb_test'
Did you install the packet cocotb_test?
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.
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.