caravel_user_project icon indicating copy to clipboard operation
caravel_user_project copied to clipboard

cocotb gpio test broken

Open mattvenn opened this issue 1 year ago • 3 comments

https://github.com/efabless/caravel_user_project/blob/c913b3711c9ccc1b86e43e93d133d85573008d7a/verilog/dv/cocotb/gpio_test/gpio_test.c#L25

set_gpio_l should be set_gpio_user_l

mattvenn avatar Oct 13 '23 11:10 mattvenn

this change allows firmware to compile but it never finishes, it hangs on set_gpio_user_l

mattvenn avatar Oct 13 '23 12:10 mattvenn

ok, it seems changing set_gpio_user_l to GPIOs_writeLow prevents the hang

mattvenn avatar Oct 13 '23 13:10 mattvenn

Matt pull request would fix the issue @marwaneltoukhy could you merge it?

M0stafaRady avatar Oct 16 '23 07:10 M0stafaRady