seabeam / yuu_ahb

UVM AHB VIP
MIT License
75 stars 18 forks source link

How to run the example #3

Closed KhoaLyDang closed 1 year ago

KhoaLyDang commented 1 year ago

Hi, I am new to Verification IPs, could you tell me what is the value of "${ADD}" and "${CASE}" variable in the Makefile of the example in the /sim folder? Thanks.

seabeam commented 1 year ago

Hi, I am new to Verification IPs, could you tell me what is the value of "${ADD}" and "${CASE}" variable in the Makefile of the example in the /sim folder? Thanks.

Have had COVID🤒

1.make clean comp 2.make run CASE=xxx

KhoaLyDang commented 1 year ago

Hi, Thank you very much for the reply. Could you confirm that this project can be ran on Questasim instead of vcs?

Thanks

Vào Th 4, 28 thg 12, 2022 lúc 10:29 seabeam @.***> đã viết:

Hi, I am new to Verification IPs, could you tell me what is the value of "${ADD}" and "${CASE}" variable in the Makefile of the example in the /sim folder? Thanks.

Have had COVID🤒

1.make clean comp 2.make run CASE=xxx

— Reply to this email directly, view it on GitHub https://github.com/seabeam/yuu_ahb/issues/3#issuecomment-1366340693, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXQBQPZ7ZLQSHUZKPYOASLDWPOX2PANCNFSM6AAAAAATAOYEEE . You are receiving this because you modified the open/close state.Message ID: @.***>

seabeam commented 1 year ago

Hi Dang,

I have neither Mentor nor Cadence tools. All compile command included in Makefile, you can have a try to instead vcs options with vsim options

BR.