<@U03EC6W0YGG> or <@U058AJRBDPF> I am trying to fo...
# caravel
m
@Mostafa Rady or @Nouran Abdelaziz I am trying to follow the cocotb tutorial quickstart guide
it fails immediately with this
image.png
I edited the file and changed test_log2 to test_log and then the test gets a bit further
image.png
vvp unable to open input file
seems like a path or configuration issue?
is this infrastructure ready for us to use or should we consider it a work in progress for now?
I think the pip package might be out of date?
I tried a git clone / install and the log2 issue is gone
and I get a slightly better error message:
image.png
which I think is probably an iverilog compatibility error
m
Hi @Matt Venn, this second error is because your caravel is out of date as well. you will need to get the latest from main especially commits from this PR https://github.com/efabless/caravel/pull/488
m
this was installed with caravel_user_project at mpw-9e tag
I guess mpw-9e tag is out of date then
after deleting caravel and cloning from caravel-lite into caravel, cocotb tests work
m
@Matt Venn great @Marwan Abbas can we update the tag ?