raysalemi / Python4RTLVerification

MIT License
117 stars 27 forks source link

Make issue #11

Closed gpeyton closed 1 year ago

gpeyton commented 1 year ago

First off, thanks for the great contributions on pyuvm! I recently purchased Ray's book on Python for RTL verification and am enjoying going through it.

I'm getting set up with pyuvm on Mac, and hitting a make problem. In 27_uvm_test_testbench_3.0, I make and get the error below.

I confirm that the simple my_object = uvm_object("my_object") test works fine. I can open a python terminal and import cocotb and pyuvm. Also, I have cototb version 1.8.0.dev0 installed, and pyuvm 2.9.0.

Many thanks for the assistance.

Screenshot 2023-04-18 at 3 48 07 PM
raysalemi commented 1 year ago

This is a bug I hope to fix this week. pyuvm does not handle the “dev” in the cocotb version string properly.

Can you go to a release version of cocotb?

On Tue, Apr 18, 2023 at 3:53 PM Graham Peyton @.***> wrote:

First off, thanks for the great contributions on pyuvm! I recently purchased Ray's book on Python for RTL verification and am enjoying going through it.

I'm getting set up with pyuvm on Mac, and hitting a make problem. In 27_uvm_test_testbench_3.0, I make and get the error below.

I confirm that the simple my_object = uvm_object("my_object") test works fine. I can open a python terminal and import cocotb and pyuvm. Also, I have cototb version 1.8.0.dev0 installed, and pyuvm 2.9.0.

Many thanks for the assistance.

[image: Screenshot 2023-04-18 at 3 48 07 PM] https://user-images.githubusercontent.com/1481988/232889241-bc431b60-85f5-4a21-8c15-b07f23ee9cf8.png

— Reply to this email directly, view it on GitHub https://github.com/raysalemi/Python4RTLVerification/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYFXWXE7SHSWPOJKRC7D6LXB3WKXANCNFSM6AAAAAAXDDFJRQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gpeyton commented 1 year ago

Sure, I can reinstall version 1.7.2?

EDIT: Just checked and that works.

raysalemi commented 1 year ago

That should work.

On Tue, Apr 18, 2023 at 6:14 PM Graham Peyton @.***> wrote:

Sure, I can reinstall version 1.7.2?

— Reply to this email directly, view it on GitHub https://github.com/raysalemi/Python4RTLVerification/issues/11#issuecomment-1513855353, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYFXWQRASLPVW6ZGKGNH7LXB4G47ANCNFSM6AAAAAAXDDFJRQ . You are receiving this because you commented.Message ID: @.***>